Create project
Start by creating a new React Router project using create-react-router:
Run the CLI
Run the shadcn init command to setup your project:
You will be asked a few questions to configure components.json.
Ignore them if you want to use Pure UI Design System.
Enter license
Enter your license key to unlock the full features of Pure UI:
Initialize design system
Use Design System to learn and initialize your own design system or start with the default theme:
Add components
You can now start adding components to your project.
The command above will add the Button component to your project. You can then import it like this: