Bundles
Install groups of registry items with one shadcn add command.
These entries are meta-packages: they ship no files. The shadcn CLI installs each
registryDependency (and nested dependencies) for you.
Configure the registry in components.json as usual, then run the command for the set you need.
Available bundles
- Full — entire registry in one add
- Styles — Tailwind theme and utils
- Overrides — shadcn/ui primitives enhancements
- Inputs — custom inputs
- Layout — shells and drill-down blocks
- Layers — app-level UI layers
Full
One install for styles, overrides, inputs, layout, and layers. Nested dependencies resolve recursively.
semantic-colorstw-extra-utilstw-container-extendedspinnerskeletonalertbadgebuttonforminputinput-groupinput-datetimeinput-durationinput-fractioninput-numberinput-currencyinput-passworditemchartcardscroll-areacomboboxtooltipsplit-contentvercel-sidebarconfirmeralerter
npx shadcn@latest add @uxio/fullStyles
Design tokens and Tailwind configuration—CSS variables, theme structure, and utility extensions beyond the default shadcn setup.
semantic-colorstw-extra-utilstw-container-extended
npx shadcn@latest add @uxio/stylesOverrides
Enhancements to existing shadcn/ui primitives, with the same copy-in workflow plus extra variants and behavior.
alertbadgebuttoncardcomboboxchartforminputitemscroll-areaskeletonspinnertooltip
npx shadcn@latest add @uxio/overridesInputs
Custom field controls for structured values, ready to drop into forms as-is.
input-datetimeinput-durationinput-fractioninput-numberinput-currencyinput-password
npx shadcn@latest add @uxio/inputsLayout
Structural scaffolding for pages—responsive regions, columns, and application-level navigation shells.
split-contentvercel-sidebar
npx shadcn@latest add @uxio/layoutLayers
App-wide overlays for blocking confirmations and transient alerts—patterns that sit above the page.
confirmeralerter
npx shadcn@latest add @uxio/layers