1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32# BlockSuite Examples
This collection showcases how to integrate, use, and configure BlockSuite across various common project setups.
## Install
These examples are built and maintained independently from the packages in [BlockSuite repo](https://github.com/toeverything/blocksuite).
```sh
pnpm install
```
## Run Example
```sh
pnpm dev example-name
```
## Example List
- [react-basic](./react-basic/)
- [react-basic-next](./react-basic-next/)
- [react-indexeddb](./react-indexeddb/)
- [react-sqlite](./react-sqlite/)
- [react-websocket](./react-websocket/)
- [vanilla-indexeddb](./vanilla-indexeddb/)
- [vue-basic](./vue-basic/)
- [angular-basic](./angular-basic/)
- [preact-basic](./preact-basic/)
- [svelte-basic](./svelte-basic/)
- [solid-basic](./solid-basic/)