Skip to content

Commit 844b665

Browse files
Update links to demos (#108)
1 parent d5e9ac2 commit 844b665

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ If you're moving from 3.x render prop to 4.x hook, read our [migration guide](mi
1919

2020
## Examples
2121

22-
- Basic usage [Demo]() [Source](/examples/basic)
23-
- Animating appearance with react-spring [Demo]() [Source](/examples/animation)
24-
- Closing tooltip with Esc button [Demo]() [Source](/examples/close-on-esc)
25-
- Using as a controlled component [Demo]() [Source](/examples/controlled)
26-
- Persist the tooltip in the DOM once it's mounted [Demo]() [Source](/examples/persist-once-mounted)
27-
- Using with react portal [Demo]() [Source](/examples/portal)
28-
- Implementing render prop API [Demo]() [Source](/examples/render-prop)
22+
- Basic usage [Demo](https://codesandbox.io/s/github/mohsinulhaq/react-popper-tooltip/tree/master/examples/basic) [Source](/examples/basic)
23+
- Animating appearance with react-spring [Demo](https://codesandbox.io/s/github/mohsinulhaq/react-popper-tooltip/tree/master/examples/animation) [Source](/examples/animation)
24+
- Closing tooltip with Esc button [Demo](https://codesandbox.io/s/github/mohsinulhaq/react-popper-tooltip/tree/master/examples/close-on-esc) [Source](/examples/close-on-esc)
25+
- Using as a controlled component [Demo](https://codesandbox.io/s/github/mohsinulhaq/react-popper-tooltip/tree/master/examples/) [Source](/examples/controlled)
26+
- Persist the tooltip in the DOM once it's mounted [Demo](https://codesandbox.io/s/github/mohsinulhaq/react-popper-tooltip/tree/master/examples/persist-once-mounted) [Source](/examples/persist-once-mounted)
27+
- Using with react portal [Demo](https://codesandbox.io/s/github/mohsinulhaq/react-popper-tooltip/tree/master/examples/portal) [Source](/examples/portal)
28+
- Implementing render prop API [Demo](https://codesandbox.io/s/github/mohsinulhaq/react-popper-tooltip/tree/master/examples/render-prop) [Source](/examples/render-prop)
29+
2930

3031
## Installation
3132

0 commit comments

Comments
 (0)