Files
rive-react/examples/state-machine-boolean-input/README.md
2021-09-10 16:02:20 +02:00

15 lines
314 B
Markdown

# State Machine Boolean Input
This example shows how to interact with a state machine, using various onMouse\* callbacks to trigger transations.
## 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
```