Installation
How to install and set up Vinkas UI in your project.
Prerequisites
A project with Tailwind CSS and shadcn/ui set up.
Installation
Add the following code in the components.json file:
{
"registries": {
"@vinkas-ui": "https://ui.vinkas.com/r/{name}.json"
}
}Then run the following command to add the Vinkas UI component you want to your project:
npx shadcn@latest add @vinkas-ui/[COMPONENT_NAME]