From 2354e3d97db93bfaa68fc963b56289c0aced2788 Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Mon, 21 Apr 2025 11:08:56 +0200 Subject: [PATCH] feat: Add tabs for React project initialization guide --- app/components/Highlight.tsx | 11 +- app/components/Snippet.tsx | 3 +- app/pages/docs/react/initialisation/+Page.mdx | 111 ++++++++++++++++++ app/pages/docs/react/initialisation/tabs.tsx | 60 ++++++++++ 4 files changed, 176 insertions(+), 9 deletions(-) create mode 100644 app/pages/docs/react/initialisation/+Page.mdx create mode 100644 app/pages/docs/react/initialisation/tabs.tsx diff --git a/app/components/Highlight.tsx b/app/components/Highlight.tsx index 6067ea2..342f69f 100644 --- a/app/components/Highlight.tsx +++ b/app/components/Highlight.tsx @@ -64,14 +64,9 @@ export const Highlight: ParentComponent = (_props) => { }; return ( -
+