Skip to content
ilinxa/pro-ui

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.

Browse componentsRead the docs64 components · 9 categories

Quick start

Install into any Next or React app in two steps.

  1. 01

    Initialize shadcn (skip if already done)

    pnpm dlx shadcn@latest init
  2. 02

    Install a component

    pnpm dlx shadcn@latest add @ilinxa/properties-form

    Add -fixtures suffix to install with example data: @ilinxa/properties-form-fixtures

    The @ilinxa namespace is listed in the official shadcn registry directory — no components.json setup needed. CLI can't resolve it? Manual registry config →