Redpanda UIRedpanda UI

Install

Install individual components, browse by category, or pull in the whole registry.

Install a component

Most projects only need a handful of components. Every registry item is addressable as @redpanda/<name> — pass one or more names to shadcn add and the CLI copies the source (plus any dependencies) directly into your project.

Install a single component:

bunx shadcn@latest add @redpanda/button

Install several at once — the CLI resolves shared dependencies so nothing is duplicated:

bunx shadcn@latest add @redpanda/button @redpanda/input @redpanda/form

Already have a component installed and want to pull the latest version? Add --overwrite:

bunx shadcn@latest add @redpanda/button --overwrite

Browse and build a command

Pick components by category. The command at the bottom updates live as you tick boxes — copy it once you've got the set you want. Toggle --overwrite to replace existing local copies.

No components selected
bunx shadcn@latest add @redpanda/<component>

Install everything

For scaffolding a new app, auditing the full set of components, or maintaining an internal fork, the registry ships a meta item — @redpanda/all — that depends on every component, hook, and style. Running the command below is equivalent to ticking every box above.

Install the full registry
bunx shadcn@latest add @redpanda/all --overwrite
Built by malinskibeniamin. The source code is available on GitHub.

On this page