Files
rive-react/examples/basic-with-hook/README.md
2021-06-04 19:42:46 +01:00

15 lines
277 B
Markdown

# Basic with hook
This is a very basic example of using the useRive to autoplay a simple looping animation.
## To Run
This example is created using [Create React App](https://reactjs.org/docs/create-a-new-react-app.html).
To install and run:
```
npm install
npm start
```