mirror of
https://github.com/teableio/teable.git
synced 2026-02-19 17:19:50 +08:00
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
# shadcn instructions
|
|
|
|
Use the latest version of Shadcn to install new components, like this command to add a button component:
|
|
|
|
```bash
|
|
pnpm dlx shadcn@latest add button
|
|
```
|