Get Started
Install and configure Nusa UI components in your project.
Installation
Direct URL
Install components directly without any configuration:
pnpmnpmyarnbun
Namespaced Registry
Configure the Nusa UI registry in your components.json:
{
"$schema": "https://shadcn.com/schema.json",
"registries": {
"@nusa-ui": "https://nusa-ui.vercel.app/r/{name}.json"
}
}Then install components using short names:
pnpmnpmyarnbun
Portals Setup
Add isolation: isolate to your application root if your app needs extra stacking context protection for overlays.
.root {
isolation: isolate;
}Prerequisites
Your project should already have:
- React 19+
- Tailwind CSS v4
- TypeScript