sh4dcnv2 · atlas
← libraries

@flowkit-ui

Flowkit UI is a small, opinionated shadcn-compatible component registry built on Base UI (not Radix UI) primitives, targeting UI patterns that standard shadcn does not cover. Currently it ships a Creatable Combobox — a combobox where users can type to create new options on the fly. The project is positioned as a growing library of reusable patterns for common team-level rebuilds. Built with React, Tailwind CSS, and TypeScript. Free and MIT licensed. Use for: dropping a fully accessible Base UI-backed creatable combobox into a shadcn project without writing the create-new-option logic from scratch, and watching for future Base UI primitive patterns as the registry grows.

1 components react shadcn-cli MIT

Install this registry

shadcn (npm) npx shadcn@latest add https://flowkit-ui.vzkiss.com/r/registry.json
pnpm pnpm dlx shadcn@latest add https://flowkit-ui.vzkiss.com/r/registry.json
bun bunx shadcn@latest add https://flowkit-ui.vzkiss.com/r/registry.json
fetch registry curl -s https://flowkit-ui.vzkiss.com/r/registry.json

Components

1 total
Creatable Combobox component

Combobox with creatable items, built on Base UI and shadcn-style primitives (combobox, input group, button).

npx shadcn@latest add https://flowkit-ui.vzkiss.com/r/creatable-combobox.json