File tree 2 files changed +22
-4
lines changed
2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,29 @@ export default defineConfig({
30
30
attrs : { target : '_blank' } ,
31
31
} ,
32
32
{
33
- label : 'Shadcn UI' ,
34
- autogenerate : { directory : 'shadcn-ui' } ,
33
+ label : 'Flutter Shadcn UI' ,
34
+ collapsed : false ,
35
+ items : [
36
+ { label : 'Getting started' , link : '' } ,
37
+ {
38
+ label : 'Theme' ,
39
+ autogenerate : { directory : 'shadcn-ui/Theme' } ,
40
+ collapsed : false ,
41
+ } ,
42
+ {
43
+ label : 'Components' ,
44
+ autogenerate : { directory : 'shadcn-ui/Components' } ,
45
+ collapsed : false ,
46
+ } ,
47
+ {
48
+ label : 'Utils' ,
49
+ autogenerate : { directory : 'shadcn-ui/Utils' } ,
50
+ collapsed : false ,
51
+ } ,
52
+ ] ,
35
53
} ,
36
54
] ,
37
- } , ) ,
55
+ } ) ,
38
56
] ,
39
57
site : 'https://mariuti.com/shadcn-ui' ,
40
58
output : "static" ,
Original file line number Diff line number Diff line change 9
9
Welcome to Shadcn UI for Flutter.
10
10
This is the official documentation for Shadcn UI for Flutter.
11
11
12
- ![ Shadcn UI] ( ../../../ assets/shadcn-banner.png )
12
+ ![ Shadcn UI] ( ../../assets/shadcn-banner.png )
13
13
14
14
> The work is still in progress.
15
15
You can’t perform that action at this time.
0 commit comments