mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
15 lines
343 B
Markdown
15 lines
343 B
Markdown
# State Machine Number Input
|
|
|
|
This example shows how to interact with a state machine with number inputs. We trigger the transistions by changing the value of a number input.
|
|
|
|
## 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
|
|
```
|