Setup
Registry
UX.SOL uses the standard shadcn registry flow. No separate CLI is required.
1
Choose an item
Search or browse the docs registry.
2
Copy install
Use the registry JSON URL for that block.
3
Own the code
The component lands in your codebase.
Configuration
Keep your existing shadcn aliases in components.json. UX.SOL registry items resolve against the same paths.
{
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
