An open API service indexing awesome lists of open source software.

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.

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).