@coss
The official Cal.com design system, formerly known as Origin UI, now under coss.com/ui. A modern, TypeScript-first component library built on Base UI (not Radix UI), designed for developers and AI-assisted tooling. Covers standard UI primitives with Cal.com's visual language — clean, minimal, developer-focused. Monorepo includes apps/origin legacy components. Free and open source. Use for: adopting the Cal.com design system's Base UI primitives when you want an alternative to Radix-based shadcn with a battle-tested real-world design system behind it.
Install this registry
npx shadcn@latest add https://coss.com/ui/r/registry.json pnpm dlx shadcn@latest add https://coss.com/ui/r/registry.json bunx shadcn@latest add https://coss.com/ui/r/registry.json curl -s https://coss.com/ui/r/registry.json Components
250 totalnpx shadcn@latest add https://coss.com/ui/r/ui.json npx shadcn@latest add https://coss.com/ui/r/accordion.json npx shadcn@latest add https://coss.com/ui/r/alert.json npx shadcn@latest add https://coss.com/ui/r/alert-dialog.json npx shadcn@latest add https://coss.com/ui/r/autocomplete.json npx shadcn@latest add https://coss.com/ui/r/avatar.json npx shadcn@latest add https://coss.com/ui/r/badge.json npx shadcn@latest add https://coss.com/ui/r/breadcrumb.json npx shadcn@latest add https://coss.com/ui/r/button.json npx shadcn@latest add https://coss.com/ui/r/calendar.json npx shadcn@latest add https://coss.com/ui/r/card.json npx shadcn@latest add https://coss.com/ui/r/checkbox.json npx shadcn@latest add https://coss.com/ui/r/checkbox-group.json npx shadcn@latest add https://coss.com/ui/r/collapsible.json npx shadcn@latest add https://coss.com/ui/r/combobox.json npx shadcn@latest add https://coss.com/ui/r/command.json npx shadcn@latest add https://coss.com/ui/r/context-menu.json npx shadcn@latest add https://coss.com/ui/r/dialog.json npx shadcn@latest add https://coss.com/ui/r/drawer.json npx shadcn@latest add https://coss.com/ui/r/empty.json npx shadcn@latest add https://coss.com/ui/r/field.json npx shadcn@latest add https://coss.com/ui/r/fieldset.json npx shadcn@latest add https://coss.com/ui/r/form.json npx shadcn@latest add https://coss.com/ui/r/frame.json npx shadcn@latest add https://coss.com/ui/r/group.json npx shadcn@latest add https://coss.com/ui/r/input.json npx shadcn@latest add https://coss.com/ui/r/otp-field.json npx shadcn@latest add https://coss.com/ui/r/input-group.json npx shadcn@latest add https://coss.com/ui/r/kbd.json npx shadcn@latest add https://coss.com/ui/r/label.json npx shadcn@latest add https://coss.com/ui/r/menu.json npx shadcn@latest add https://coss.com/ui/r/meter.json npx shadcn@latest add https://coss.com/ui/r/number-field.json npx shadcn@latest add https://coss.com/ui/r/pagination.json npx shadcn@latest add https://coss.com/ui/r/popover.json npx shadcn@latest add https://coss.com/ui/r/preview-card.json npx shadcn@latest add https://coss.com/ui/r/progress.json npx shadcn@latest add https://coss.com/ui/r/radio-group.json npx shadcn@latest add https://coss.com/ui/r/scroll-area.json npx shadcn@latest add https://coss.com/ui/r/select.json npx shadcn@latest add https://coss.com/ui/r/separator.json npx shadcn@latest add https://coss.com/ui/r/sheet.json npx shadcn@latest add https://coss.com/ui/r/sidebar.json npx shadcn@latest add https://coss.com/ui/r/skeleton.json npx shadcn@latest add https://coss.com/ui/r/slider.json npx shadcn@latest add https://coss.com/ui/r/spinner.json npx shadcn@latest add https://coss.com/ui/r/switch.json npx shadcn@latest add https://coss.com/ui/r/table.json npx shadcn@latest add https://coss.com/ui/r/tabs.json npx shadcn@latest add https://coss.com/ui/r/textarea.json npx shadcn@latest add https://coss.com/ui/r/toast.json npx shadcn@latest add https://coss.com/ui/r/toggle.json npx shadcn@latest add https://coss.com/ui/r/toggle-group.json npx shadcn@latest add https://coss.com/ui/r/toolbar.json npx shadcn@latest add https://coss.com/ui/r/tooltip.json Basic accordion
npx shadcn@latest add https://coss.com/ui/r/p-accordion-1.json Accordion with one panel open
npx shadcn@latest add https://coss.com/ui/r/p-accordion-2.json Accordion allowing multiple panels open
npx shadcn@latest add https://coss.com/ui/r/p-accordion-3.json Controlled accordion
npx shadcn@latest add https://coss.com/ui/r/p-accordion-4.json Basic alert
npx shadcn@latest add https://coss.com/ui/r/p-alert-1.json Alert with icon
npx shadcn@latest add https://coss.com/ui/r/p-alert-2.json Alert with icon and action buttons
npx shadcn@latest add https://coss.com/ui/r/p-alert-3.json Info alert
npx shadcn@latest add https://coss.com/ui/r/p-alert-4.json Success alert
npx shadcn@latest add https://coss.com/ui/r/p-alert-5.json Warning alert
npx shadcn@latest add https://coss.com/ui/r/p-alert-6.json Error alert
npx shadcn@latest add https://coss.com/ui/r/p-alert-7.json Alert dialog
npx shadcn@latest add https://coss.com/ui/r/p-alert-dialog-1.json Alert dialog with bare footer
npx shadcn@latest add https://coss.com/ui/r/p-alert-dialog-2.json Basic autocomplete
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-1.json Disabled autocomplete
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-2.json Small autocomplete
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-3.json Large autocomplete
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-4.json Autocomplete with label
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-5.json Autocomplete autofilling the input with the highlighted item
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-6.json Autocomplete auto highlighting the first option
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-7.json Autocomplete with clear button
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-8.json Autocomplete with trigger and clear buttons
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-9.json Autocomplete with grouped items
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-10.json Autocomplete with limited number of results
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-11.json Autocomplete with async items loading
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-12.json Autocomplete form
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-13.json Autocomplete form
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-14.json Pill-shaped autocomplete
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-15.json Address autocomplete with Google Maps Places API
npx shadcn@latest add https://coss.com/ui/r/p-autocomplete-16.json Avatar with image and fallback
npx shadcn@latest add https://coss.com/ui/r/p-avatar-1.json Fallback-only avatar
npx shadcn@latest add https://coss.com/ui/r/p-avatar-2.json Avatars with different sizes
npx shadcn@latest add https://coss.com/ui/r/p-avatar-3.json Avatars with different radii
npx shadcn@latest add https://coss.com/ui/r/p-avatar-4.json Overlapping avatar group
npx shadcn@latest add https://coss.com/ui/r/p-avatar-5.json Avatar with user icon fallback
npx shadcn@latest add https://coss.com/ui/r/p-avatar-6.json Avatar with emerald status dot
npx shadcn@latest add https://coss.com/ui/r/p-avatar-7.json Avatar with muted status dot
npx shadcn@latest add https://coss.com/ui/r/p-avatar-8.json Rounded avatar with top-right emerald status
npx shadcn@latest add https://coss.com/ui/r/p-avatar-9.json Avatar with notification badge
npx shadcn@latest add https://coss.com/ui/r/p-avatar-10.json Rounded avatar with notification badge
npx shadcn@latest add https://coss.com/ui/r/p-avatar-11.json Avatar with verified badge
npx shadcn@latest add https://coss.com/ui/r/p-avatar-12.json Small overlapping avatar group
npx shadcn@latest add https://coss.com/ui/r/p-avatar-13.json Large overlapping avatar group
npx shadcn@latest add https://coss.com/ui/r/p-avatar-14.json Basic badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-1.json Outline badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-2.json Secondary badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-3.json Destructive badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-4.json Info badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-5.json Success badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-6.json Warning badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-7.json Error badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-8.json Small badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-9.json Large badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-10.json Badge with icon
npx shadcn@latest add https://coss.com/ui/r/p-badge-11.json Badge with link
npx shadcn@latest add https://coss.com/ui/r/p-badge-12.json Badge with count
npx shadcn@latest add https://coss.com/ui/r/p-badge-13.json Full rounded badge (pill)
npx shadcn@latest add https://coss.com/ui/r/p-badge-14.json Badge with number after text
npx shadcn@latest add https://coss.com/ui/r/p-badge-15.json Status badge - Paid
npx shadcn@latest add https://coss.com/ui/r/p-badge-16.json Status badge - Pending
npx shadcn@latest add https://coss.com/ui/r/p-badge-17.json Status badge - Failed
npx shadcn@latest add https://coss.com/ui/r/p-badge-18.json Selectable badge with checkbox
npx shadcn@latest add https://coss.com/ui/r/p-badge-19.json Removable badge
npx shadcn@latest add https://coss.com/ui/r/p-badge-20.json Breadcrumb with menu example
npx shadcn@latest add https://coss.com/ui/r/p-breadcrumb-1.json Breadcrumb with custom separator
npx shadcn@latest add https://coss.com/ui/r/p-breadcrumb-2.json Breadcrumb with home icon for home link only
npx shadcn@latest add https://coss.com/ui/r/p-breadcrumb-3.json Breadcrumb with folders icon menu
npx shadcn@latest add https://coss.com/ui/r/p-breadcrumb-4.json Breadcrumb with icons before text
npx shadcn@latest add https://coss.com/ui/r/p-breadcrumb-5.json Breadcrumb with dot separators
npx shadcn@latest add https://coss.com/ui/r/p-breadcrumb-6.json Breadcrumb with select dropdown
npx shadcn@latest add https://coss.com/ui/r/p-breadcrumb-7.json Default button
npx shadcn@latest add https://coss.com/ui/r/p-button-1.json Outline button
npx shadcn@latest add https://coss.com/ui/r/p-button-2.json Secondary button
npx shadcn@latest add https://coss.com/ui/r/p-button-3.json Destructive button
npx shadcn@latest add https://coss.com/ui/r/p-button-4.json Destructive outline button
npx shadcn@latest add https://coss.com/ui/r/p-button-5.json Ghost button
npx shadcn@latest add https://coss.com/ui/r/p-button-6.json Link button
npx shadcn@latest add https://coss.com/ui/r/p-button-7.json Extra-small button
npx shadcn@latest add https://coss.com/ui/r/p-button-8.json Small button
npx shadcn@latest add https://coss.com/ui/r/p-button-9.json Large button
npx shadcn@latest add https://coss.com/ui/r/p-button-10.json Extra-large button
npx shadcn@latest add https://coss.com/ui/r/p-button-11.json Disabled button
npx shadcn@latest add https://coss.com/ui/r/p-button-12.json Icon button
npx shadcn@latest add https://coss.com/ui/r/p-button-13.json Small icon button
npx shadcn@latest add https://coss.com/ui/r/p-button-14.json Large icon button
npx shadcn@latest add https://coss.com/ui/r/p-button-15.json Button with icon
npx shadcn@latest add https://coss.com/ui/r/p-button-16.json Link rendered as button
npx shadcn@latest add https://coss.com/ui/r/p-button-17.json Button using the built-in loading prop
npx shadcn@latest add https://coss.com/ui/r/p-button-41.json Custom loading button with manual Spinner
npx shadcn@latest add https://coss.com/ui/r/p-button-18.json Expandable show more/less toggle button
npx shadcn@latest add https://coss.com/ui/r/p-button-19.json Back link button with chevron
npx shadcn@latest add https://coss.com/ui/r/p-button-20.json Card-style button with heading and description
npx shadcn@latest add https://coss.com/ui/r/p-button-21.json Directional pad control buttons
npx shadcn@latest add https://coss.com/ui/r/p-button-22.json Outline like button with count
npx shadcn@latest add https://coss.com/ui/r/p-button-23.json Social login icon buttons
npx shadcn@latest add https://coss.com/ui/r/p-button-24.json Star button with count badge
npx shadcn@latest add https://coss.com/ui/r/p-button-26.json Button group with QR code icon and sign in
npx shadcn@latest add https://coss.com/ui/r/p-button-27.json Button with avatar
npx shadcn@latest add https://coss.com/ui/r/p-button-28.json Pill-shaped button with rounded-full styling
npx shadcn@latest add https://coss.com/ui/r/p-button-29.json Button with animated arrow on hover
npx shadcn@latest add https://coss.com/ui/r/p-button-30.json Button with keyboard shortcut indicator
npx shadcn@latest add https://coss.com/ui/r/p-button-31.json Button with notification badge
npx shadcn@latest add https://coss.com/ui/r/p-button-32.json Paired buttons (Cancel/Save)
npx shadcn@latest add https://coss.com/ui/r/p-button-33.json Button with animated status dot
npx shadcn@latest add https://coss.com/ui/r/p-button-34.json Icon-only copy button with feedback
npx shadcn@latest add https://coss.com/ui/r/p-button-35.json Copy button with feedback
npx shadcn@latest add https://coss.com/ui/r/p-button-36.json Rotating icon button (FAB-style toggle)
npx shadcn@latest add https://coss.com/ui/r/p-button-37.json Hamburger menu button with animated icon
npx shadcn@latest add https://coss.com/ui/r/p-button-39.json Download button with progress and cancel action
npx shadcn@latest add https://coss.com/ui/r/p-button-40.json Social login buttons (Google, X, GitHub)
npx shadcn@latest add https://coss.com/ui/r/p-button-38.json Basic calendar
npx shadcn@latest add https://coss.com/ui/r/p-calendar-1.json Calendar with date range selection
npx shadcn@latest add https://coss.com/ui/r/p-calendar-3.json Calendar with month/year dropdown navigation
npx shadcn@latest add https://coss.com/ui/r/p-calendar-4.json Calendar with custom Select dropdown for month/year
npx shadcn@latest add https://coss.com/ui/r/p-calendar-5.json Calendar with Combobox dropdown for month/year
npx shadcn@latest add https://coss.com/ui/r/p-calendar-6.json Calendar with disabled dates
npx shadcn@latest add https://coss.com/ui/r/p-calendar-7.json Calendar with multiple date selection
npx shadcn@latest add https://coss.com/ui/r/p-calendar-8.json Calendar with custom cell size
npx shadcn@latest add https://coss.com/ui/r/p-calendar-2.json Calendar with rounded day buttons
npx shadcn@latest add https://coss.com/ui/r/p-calendar-9.json Calendar with rounded range selection style
npx shadcn@latest add https://coss.com/ui/r/p-calendar-10.json Calendar with right-aligned navigation
npx shadcn@latest add https://coss.com/ui/r/p-calendar-11.json Calendar with week numbers
npx shadcn@latest add https://coss.com/ui/r/p-calendar-12.json Calendar with year-only combobox dropdown
npx shadcn@latest add https://coss.com/ui/r/p-calendar-13.json Calendar without arrow navigation (dropdown only)
npx shadcn@latest add https://coss.com/ui/r/p-calendar-14.json Calendar with current month button
npx shadcn@latest add https://coss.com/ui/r/p-calendar-15.json Calendar with today button
npx shadcn@latest add https://coss.com/ui/r/p-calendar-16.json Calendar with date input
npx shadcn@latest add https://coss.com/ui/r/p-calendar-17.json Calendar with time input
npx shadcn@latest add https://coss.com/ui/r/p-calendar-18.json Calendar with time slots (appointment picker)
npx shadcn@latest add https://coss.com/ui/r/p-calendar-19.json Calendar with date presets
npx shadcn@latest add https://coss.com/ui/r/p-calendar-20.json Range calendar with date presets
npx shadcn@latest add https://coss.com/ui/r/p-calendar-21.json Two months calendar
npx shadcn@latest add https://coss.com/ui/r/p-calendar-22.json Three months calendar
npx shadcn@latest add https://coss.com/ui/r/p-calendar-23.json Pricing calendar with custom day buttons
npx shadcn@latest add https://coss.com/ui/r/p-calendar-24.json Calendar with 24-hour autocomplete time input
npx shadcn@latest add https://coss.com/ui/r/p-calendar-25.json Basic date picker
npx shadcn@latest add https://coss.com/ui/r/p-date-picker-1.json Date range picker
npx shadcn@latest add https://coss.com/ui/r/p-date-picker-2.json Two months calendar with range date
npx shadcn@latest add https://coss.com/ui/r/p-date-picker-9.json Date picker with field and dropdown navigation
npx shadcn@latest add https://coss.com/ui/r/p-date-picker-3.json Date picker with presets
npx shadcn@latest add https://coss.com/ui/r/p-date-picker-4.json Date picker with input
npx shadcn@latest add https://coss.com/ui/r/p-date-picker-5.json Date picker that closes on select
npx shadcn@latest add https://coss.com/ui/r/p-date-picker-6.json Multiple dates picker
npx shadcn@latest add https://coss.com/ui/r/p-date-picker-7.json Date picker with select-like trigger
npx shadcn@latest add https://coss.com/ui/r/p-date-picker-8.json A basic card with header and footer
npx shadcn@latest add https://coss.com/ui/r/p-card-1.json Authentication card with actions
npx shadcn@latest add https://coss.com/ui/r/p-card-2.json Authentication card with separators
npx shadcn@latest add https://coss.com/ui/r/p-card-3.json Framed card with footer
npx shadcn@latest add https://coss.com/ui/r/p-card-4.json Framed card with header
npx shadcn@latest add https://coss.com/ui/r/p-card-5.json Framed card with header and footer
npx shadcn@latest add https://coss.com/ui/r/p-card-6.json Framed card with no rounded bottom
npx shadcn@latest add https://coss.com/ui/r/p-card-7.json Card within a frame and footer
npx shadcn@latest add https://coss.com/ui/r/p-card-8.json Card within a frame and footer
npx shadcn@latest add https://coss.com/ui/r/p-card-9.json Card within a frame with header and footer
npx shadcn@latest add https://coss.com/ui/r/p-card-10.json CardFrame with header action
npx shadcn@latest add https://coss.com/ui/r/p-card-11.json Basic checkbox
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-1.json Disabled checkbox
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-2.json Checkbox with description
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-3.json Card-style checkbox
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-4.json Checkbox form
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-5.json Basic checkbox group
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-group-1.json Checkbox group with disabled items
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-group-2.json Checkbox group with parent checkbox
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-group-3.json Nested checkbox group with parent
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-group-4.json Checkbox group form
npx shadcn@latest add https://coss.com/ui/r/p-checkbox-group-5.json Basic collapsible
npx shadcn@latest add https://coss.com/ui/r/p-collapsible-1.json Basic combobox
npx shadcn@latest add https://coss.com/ui/r/p-combobox-1.json Disabled combobox
npx shadcn@latest add https://coss.com/ui/r/p-combobox-2.json Small combobox
npx shadcn@latest add https://coss.com/ui/r/p-combobox-3.json Large combobox
npx shadcn@latest add https://coss.com/ui/r/p-combobox-4.json Combobox with label
npx shadcn@latest add https://coss.com/ui/r/p-combobox-5.json Combobox auto highlighting the first option
npx shadcn@latest add https://coss.com/ui/r/p-combobox-6.json Combobox with clear button
npx shadcn@latest add https://coss.com/ui/r/p-combobox-7.json Combobox with grouped items
npx shadcn@latest add https://coss.com/ui/r/p-combobox-8.json Combobox with multiple selection
npx shadcn@latest add https://coss.com/ui/r/p-combobox-9.json Combobox with input inside popup
npx shadcn@latest add https://coss.com/ui/r/p-combobox-10.json Combobox form
npx shadcn@latest add https://coss.com/ui/r/p-combobox-11.json Combobox multiple form
npx shadcn@latest add https://coss.com/ui/r/p-combobox-12.json Combobox with start addon
npx shadcn@latest add https://coss.com/ui/r/p-combobox-13.json Combobox multiple with start addon
npx shadcn@latest add https://coss.com/ui/r/p-combobox-14.json Pill-shaped combobox
npx shadcn@latest add https://coss.com/ui/r/p-combobox-15.json Timezone combobox
npx shadcn@latest add https://coss.com/ui/r/p-combobox-16.json Timezone combobox with search input
npx shadcn@latest add https://coss.com/ui/r/p-combobox-17.json Combobox with select trigger
npx shadcn@latest add https://coss.com/ui/r/p-combobox-18.json Combobox multiple with stacked chips
npx shadcn@latest add https://coss.com/ui/r/p-combobox-19.json Combobox multiple with stacked divided chips
npx shadcn@latest add https://coss.com/ui/r/p-combobox-20.json Command palette with dialog
npx shadcn@latest add https://coss.com/ui/r/p-command-1.json Command palette with AI assistant
npx shadcn@latest add https://coss.com/ui/r/p-command-2.json Dialog with form
npx shadcn@latest add https://coss.com/ui/r/p-dialog-1.json Dialog with bare footer
npx shadcn@latest add https://coss.com/ui/r/p-dialog-6.json Dialog opened from menu
npx shadcn@latest add https://coss.com/ui/r/p-dialog-2.json Nested dialogs
npx shadcn@latest add https://coss.com/ui/r/p-dialog-3.json Dialog with close confirmation
npx shadcn@latest add https://coss.com/ui/r/p-dialog-4.json Dialog with long content
npx shadcn@latest add https://coss.com/ui/r/p-dialog-5.json Simple bottom drawer with close button
npx shadcn@latest add https://coss.com/ui/r/p-drawer-1.json