File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ You can check the live demo [here](https://codesandbox.io/s/funny-https-vjdt49?f
56
56
| ` data ` | array of object | null | An array of questions & answers to be displayed. This prop must be passed. |
57
57
| ` title ` | string | 'FAQ' | The title of the FAQ section. |
58
58
| ` className ` | string | '' | The name of the class containing customm css rules to be applied. |
59
+ | ` darkMode ` | boolean | false | If in dark mode then pass this prop as ` true ` . |
59
60
60
61
61
62
## License
Original file line number Diff line number Diff line change 6
6
"module" : " dist/esm/index.js" ,
7
7
"types" : " dist/index.d.ts" ,
8
8
"type" : " module" ,
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/alim1496/react-faq-generator"
12
+ },
13
+ "homepage" : " https://github.com/alim1496/react-faq-generator" ,
9
14
"scripts" : {
10
15
"clean" : " rimraf dist/" ,
11
16
"watch" : " rollup -c -w --bundleConfigAsCjs" ,
You can’t perform that action at this time.
0 commit comments