shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: , , or — based on the project's . Examples below use but substitute the correct runner for the project. Current Project Context The JSON above contains the project config and installed components. Use to get documentation and example URLs for any component. Principles 1. Use existing components first. Use to check registries before writing custom UI. Check community registries too. 2. Co…