https://github.com/nksaraf/examples
An example project showing how the <TLDraw/> component can be used and controlled in a React app.
https://github.com/nksaraf/examples
Last synced: 6 months ago
JSON representation
An example project showing how the <TLDraw/> component can be used and controlled in a React app.
- Host: GitHub
- URL: https://github.com/nksaraf/examples
- Owner: nksaraf
- License: mit
- Created: 2021-09-14T21:34:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T05:27:54.000Z (about 4 years ago)
- Last Synced: 2025-02-10T23:35:06.442Z (8 months ago)
- Homepage: tldraw-examples.vercel.app
- Size: 282 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TLDraw Example
This project shows how the [@tldraw/tldraw](https://github.com/tldraw/tldraw) component can be in a React app (specifically, a Next.js app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Have an idea for a prop or other integration? Let us know on [Discord](https://discord.gg/SBBEVCA4PG).