You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,7 @@ React D3 Tree is a [React](http://facebook.github.io/react/) component that lets
43
43
-[Development](#development)
44
44
-[Setup](#setup)
45
45
-[Hot reloading](#hot-reloading)
46
-
-[FAQ](#faq)
47
46
-[Contributors](#contributors)
48
-
-[License](#license)
49
47
50
48
## Installation
51
49
```bash
@@ -184,8 +182,6 @@ export default function StyledNodesTree() {
184
182
185
183
> For more details on the `className` props for nodes, see the [TreeProps reference docs](https://bkrem.github.io/react-d3-tree/docs/interfaces/_tree_types_.treeprops.html).
186
184
187
-
<!-- For a full list of options of CSS properties that can be used for the default nodes, check the SVG circle [specification](TODO:) -->
188
-
189
185
### Styling Links
190
186
`Tree` provides the `pathClassFunc` property to pass additional classNames to every link to be rendered.
191
187
@@ -309,13 +305,5 @@ If you're using `react-d3-tree/demo` for development, open up another terminal w
309
305
npm start
310
306
```
311
307
312
-
## FAQ
313
-
314
-
-- TODO --
315
-
316
308
## Contributors
317
-
318
-
-- TODO --
319
-
320
-
## License
321
-
MIT
309
+
A huge thank you to all the [contributors](https://github.com/bkrem/react-d3-tree/graphs/contributors), as well as users who have opened issues with thoughtful suggestions and feedback.
0 commit comments