File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ components:
4444### Frontend (` packages/app ` )
4545
4646- ** Framework** : Next.js 14 with TypeScript
47- - ** UI Components** : Mantine UI library + React Bootstrap
47+ - ** UI Components** : Mantine UI library
4848- ** State Management** : Jotai for global state, TanStack Query for server state
4949- ** Charts/Visualization** : Recharts, uPlot
5050- ** Code Editor** : CodeMirror (for SQL/JSON editing)
@@ -192,8 +192,7 @@ import { useDisclosure, useForm } from '@mantine/hooks';
1921921 . ** First choice** : Mantine components (` @mantine/core ` , ` @mantine/dates ` ,
193193 etc.)
1941942 . ** Second choice** : Custom components built on Mantine primitives
195- 3 . ** Last resort** : React Bootstrap or custom CSS (only when Mantine doesn't
196- provide the functionality)
195+ 3 . ** Last resort** : Custom styling using CSS Modules and SCSS
197196
198197** Styling Approach** :
199198
You can’t perform that action at this time.
0 commit comments