Registry

Customize

Pick a palette and a radius, watch real Matos UI components react live, and copy the install command and CSS you need.

Palette

Radius

Every corner in the system derives from this one value — the sm/md/lg/xl/2xl/3xl steps are calc() on top of it.

Live preview

MU

Matos workspace

4 members · updated 2m ago

Pro

Monthly usage

68%

+12%

Traffic by source

DirectSearchSocialEmailOther

Install

Ink palette — CLI

npx shadcn add https://matos-ui.com/r/palette-ink.json

Default radius — paste into your globals.css

:root {
  --radius: 0.65rem;
}

Radius is a single custom property, not a registry item — there is nothing to install for it, just the snippet above.