Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 258 Bytes

File metadata and controls

7 lines (5 loc) · 258 Bytes

To add new UI components:

  1. Go to Shadcn/ui and get the manual installation code (Installation -> Manual).
  2. Add the component to the package.json exports
  3. Use it!

** Do not use the npx shadcn cli to install UI components. **