Skip to content

Commit 3b61be3

Browse files
committed
docs: extend playground section in readme
1 parent c7abd0e commit 3b61be3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ It's recommended to pass the shared components to the `header` or `footer` in th
179179
Small playground to showcase the functionalities of `react-use-wizard`:
180180
[https://devrnt.github.io/react-use-wizard/](https://devrnt.github.io/react-use-wizard/)
181181

182+
Following use cases are available in the playground
183+
- Simple wizard with async and sync steps
184+
- Animated wizard with sync steps
185+
- Integration with [react-query](https://react-query.tanstack.com/) (mutation on next step)
186+
187+
Source code can be found [here](https://github.com/devrnt/react-use-wizard/tree/main/playground).
182188
## Examples
183189
Go to [examples](https://github.com/devrnt/react-use-wizard/tree/master/examples) to check out some integrations (Gatsby, NextJS...).
184190

0 commit comments

Comments
 (0)