ReactTest/.cursorrules
2025-12-06 20:33:10 +01:00

7 lines
171 B
Text

# shadcn instructions
Use the latest version of Shadcn to install new components, like this command to add a button component:
```bash
pnpx shadcn@latest add button
```