ilinxa pro-ui
Professional components, built once, reused everywhere.
A library of high-level, fully-composed components on top of shadcn/ui, Tailwind CSS v4, and best-in-class open-source primitives. Distributed via shadcn-registry — install source files into your repo, you own the code.
Quick start
Install into any Next or React app in three steps.
- 01
Initialize shadcn (skip if already done)
pnpm dlx shadcn@latest init - 02
Register the namespace in components.json
"registries": { "@ilinxa": "https://ui.ilinxa.com/r/{name}.json" } - 03
Install a component
pnpm dlx shadcn@latest add @ilinxa/properties-formAdd
-fixturessuffix to install with example data:@ilinxa/properties-form-fixtures