Skip to content

Commit 7478206

Browse files
committed
docs: update readme
1 parent b4b73ee commit 7478206

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ pnpm add fireworks-js
9292
## Usage
9393

9494
#### [`fireworks-js`](https://github.com/crashmax-dev/fireworks-js/tree/master/examples/basic)
95+
9596
```js
9697
import { Fireworks } from 'fireworks-js'
9798

@@ -100,12 +101,16 @@ const fireworks = new Fireworks(container, { /* options */ })
100101
fireworks.start()
101102
```
102103

104+
[![Edit @fireworks-js/react](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/blissful-sanderson-dkvnx4)
105+
103106
#### [`@fireworks-js/react`](https://github.com/crashmax-dev/fireworks-js/tree/master/examples/with-react)
104107

105108
```sh
106109
npm install @fireworks-js/react
107110
```
108111

112+
[![Edit @fireworks-js/react](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/fireworks-js-react-bjeoqy?fontsize=14&hidenavigation=1&theme=dark)
113+
109114
#### [`@fireworks-js/preact`](https://github.com/crashmax-dev/fireworks-js/tree/master/examples/with-preact)
110115

111116
```sh

0 commit comments

Comments
 (0)