Codesandbox examples for theatric

This commit is contained in:
Aria Minaei 2023-01-25 18:10:39 +01:00
parent 4be16f36c1
commit e603b1b9ca

View file

@ -33,6 +33,9 @@ export default function App() {
}
```
- Example with `@react-three/fiber` on [Codesandbox](https://codesandbox.io/s/theatric-demo-vcgcmi?file=/src/App.js).
- Example with assets on [Codesandbox](https://codesandbox.io/s/theatric-assets-demo-gl8x2k).
## Supported prop types
Theatric supports all the prop types that Theatre.js supports. You can find a list of supported prop types [here](https://www.theatrejs.com/docs/latest/manual/prop-types).