Docs
Installation
Installation
This is an unofficial port of https://ui.shadcn.com/ and is not affiliated with @shadcn. I wanted to be able to copy the base code of my customized components and easily paste them into new projects and the project of shadcn was an awesome starting point.
I have no intention of maintaining this project in a way that would be useful to anyone other than myself.
Start
A good starting point is to clone the monorepo template, because the most important configurations are already done there:
git clone https://github.com/tilpoe/monorepo-starter my-project
Setting up the project
Install base packages.
pnpm add react-aria-components @radix-ui/react-slot usehooks-ts lucide-react cva@beta tailwindcss-react-aria-components react-hook-form @hookform/resolvers react-aria
Add to plugins in tailwind.config.ts.
require("tailwindcss-react-aria-components")({ prefix: "s" });