Skip to content

Commit 8bbdaea

Browse files
author
M A Alim
committed
update readme
1 parent c362aa1 commit 8bbdaea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ You can check the live demo [here](https://codesandbox.io/s/funny-https-vjdt49?f
5656
| `data` | array of object | null | An array of questions & answers to be displayed. This prop must be passed. |
5757
| `title` | string | 'FAQ' | The title of the FAQ section. |
5858
| `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`. |
5960

6061

6162
## License

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"module": "dist/esm/index.js",
77
"types": "dist/index.d.ts",
88
"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",
914
"scripts": {
1015
"clean": "rimraf dist/",
1116
"watch": "rollup -c -w --bundleConfigAsCjs",

0 commit comments

Comments
 (0)