From e603b1b9cadb4ea3f856c2f1214b14f3d5ff5805 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Wed, 25 Jan 2023 18:10:39 +0100 Subject: [PATCH] Codesandbox examples for theatric --- packages/theatric/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/theatric/README.md b/packages/theatric/README.md index 4f912ca..a372702 100644 --- a/packages/theatric/README.md +++ b/packages/theatric/README.md @@ -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).