Skip to content

Commit a21e522

Browse files
authored
Update README.md
1 parent 70eec1f commit a21e522

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ The API is similar to what we have in react-spring, with small differences to ma
2929
```shell
3030
npm install solid-spring
3131
```
32+
## Examples
33+
34+
[Hello (opacity animation)](https://codesandbox.io/s/hello-qe3eq5?file=/index.tsx)
35+
<br />
36+
[Svg (animating svg elements)](https://codesandbox.io/s/svg-omnp4c?file=/index.tsx)
37+
<br />
38+
[Numbers (non style use case)](https://codesandbox.io/s/numbers-kbc57h?file=/index.tsx)
39+
3240
## API
3341

3442
### `createSpring`

0 commit comments

Comments
 (0)