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 three steps.

  1. 01

    Initialize shadcn (skip if already done)

    pnpm dlx shadcn@latest init
  2. 02

    Register the namespace in components.json

    "registries": {
      "@ilinxa": "https://ui.ilinxa.com/r/{name}.json"
    }
  3. 03

    Install a component

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

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