docs(readme): add provider example links

This commit is contained in:
Moritz
2020-06-02 18:44:03 +02:00
committed by GitHub
parent 6368cc915e
commit 09e3bd64d2

View File

@@ -369,6 +369,7 @@ const FlowWithOwnProvider = () => (
);
```
It is used in the [provider example](example/src/Provider/index.js).
# Styling
@@ -504,6 +505,7 @@ You can find all examples in the [example](example) folder or check out the live
- [edges](https://react-flow.netlify.app/edges)
- [empty](https://react-flow.netlify.app/empty)
- [inactive](https://react-flow.netlify.app/inactive)
- [provider](https://react-flow.netlify.app/provider)
# Development