GitHub

React Router

Instructions to install Shark UI in a React Router project

Create project

Run the CLI

Run the shadcn init command to setup your project:

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:

TypeScriptapp/routes/home.tsx