|
3 | 3 | [](https://www.npmjs.com/package/react-d3-graph) [](https://www.npmjs.com/package/react-d3-graph) |
4 | 4 | [](https://www.npmjs.com/package/react-d3-graph) [](https://probot.github.io/) [](https://github.com/prettier/prettier) |
5 | 5 |
|
6 | | -[](https://paypal.me/DanielCaldas321) |
7 | | - |
8 | 6 | :book: [Documentation](https://danielcaldas.github.io/react-d3-graph/docs/index.html) |
9 | 7 |
|
10 | 8 | ### _Interactive and configurable graphs with react and d3 effortlessly_ |
11 | 9 |
|
12 | 10 | [](https://danielcaldas.github.io/react-d3-graph/sandbox/index.html) |
13 | 11 |
|
14 | | -## Donations |
15 | | - |
16 | | -If you enjoy this library, please consider [supporting me](https://paypal.me/DanielCaldas321) for developing and maintaining it. |
17 | | - |
18 | | -[](https://paypal.me/DanielCaldas321) |
19 | | - |
20 | 12 | ## Playground |
21 | 13 |
|
22 | 14 | [Here a live playground](https://danielcaldas.github.io/react-d3-graph/sandbox/index.html) page where you can interactively config your own graph, and generate a ready to use configuration! :sunglasses: |
@@ -148,9 +140,18 @@ const onNodePositionChange = function(nodeId, x, y) { |
148 | 140 | />; |
149 | 141 | ``` |
150 | 142 |
|
| 143 | +## Core Team |
| 144 | + |
| 145 | +The group of maintainers driving the project. |
| 146 | + |
| 147 | +| [Daniel Caldas](https://github.com/danielcaldas) | [Sara Hernández](https://github.com/LonelyPrincess) | [Terahn Harrison](https://github.com/terahn) | |
| 148 | +| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | |
| 149 | +|  |  |  | |
| 150 | +| [@\_danielcaldas](https://twitter.com/_danielcaldas) | | | |
| 151 | + |
151 | 152 | ## Contributions |
152 | 153 |
|
153 | | -Contributions are welcome, feel free to submit new ideas/features, just open an issue or send me an email or something. If you are more a _hands on_ person, just submit a pull request. Before jumping into coding, please take a look at the contribution guidelines [CONTRIBUTING.md](https://github.com/danielcaldas/react-d3-graph/blob/master/CONTRIBUTING.md). |
| 154 | +Contributions are welcome, feel free to submit new ideas/features, just go ahead and open an issue. If you are more a _hands on_ person, just submit a pull request. Before jumping into coding, please take a look at the contribution guidelines [CONTRIBUTING.md](https://github.com/danielcaldas/react-d3-graph/blob/master/CONTRIBUTING.md). |
154 | 155 |
|
155 | 156 | To run react-d3-graph in development mode you just need to run `npm run dev` and the interactive sandbox will reload with the changes to the library code, that way you can test your changes not only through unit test but also through a real life example. It's that simple. The development workflow usually should follow the steps: |
156 | 157 |
|
|
0 commit comments