Skip to content

Commit 8154242

Browse files
committed
feat(docs): add dark mode option to configuration examples in customization documentation
1 parent 607c6ae commit 8154242

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

apps/web/content/docs/customize/config.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Example config for automatic mode:
134134
{
135135
"$schema": "https://unpkg.com/flowbite-react/schema.json",
136136
"components": [],
137+
"dark": true,
137138
"path": "src/components",
138139
"prefix": "",
139140
"rsc": true,
@@ -157,6 +158,7 @@ Example config for manual mode:
157158
{
158159
"$schema": "https://unpkg.com/flowbite-react/schema.json",
159160
"components": ["Button", "Card", "Modal"],
161+
"dark": true,
160162
"path": "src/components",
161163
"prefix": "",
162164
"rsc": true,

apps/web/content/docs/customize/custom-components.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ You can customize these options in your config file `.flowbite-react/config.json
2525
{
2626
"$schema": "https://unpkg.com/flowbite-react/schema.json",
2727
"components": [],
28+
"dark": true,
2829
"path": "src/components",
2930
"prefix": "",
3031
"rsc": true,

0 commit comments

Comments
 (0)