Components
Every primitive in the library, grouped by purpose and rendered in the current brand theme. The library is shadcn Base UI Vega with four SE overrides. Each component page links through to ui.shadcn.com for the full API reference.
Actions
Buttons and toggles that trigger things.
Inputs
Text, numeric, and selection inputs.
- Checkbox
Boolean toggle with an optional indeterminate state.
- Combobox
Searchable select.
- InputOverride
Single-line text field.
- Input Group
Input with attached adornments or buttons.
- Input OTP
Per-character one-time password input.
- Native Select
Browser-native select, uses the OS picker on mobile.
- Radio Group
Mutually exclusive option set.
- SelectOverride
Single-option dropdown.
- Slider
Numeric range control.
- Switch
Inline on/off toggle.
- TextareaOverride
Multi-line text field.
Feedback
Alerts, dialogs, and progress indicators.
- Alert
Inline status message with an optional action.
- Alert Dialog
Modal confirmation for destructive actions.
- Dialog
Modal overlay for confirmations and forms.
- Drawer
Mobile-first bottom sheet.
- Empty
Empty state with title, description, and optional action.
- Hover Card
Rich preview surface on hover.
- Popover
Floating container anchored to a trigger.
- Progress
Linear completion indicator.
- Sheet
Side-docked panel for secondary flows.
- Skeleton
Loading placeholder shapes.
- Sonner
Toast notifications.
- Spinner
Indeterminate rotating loader.
- Tooltip
Short descriptive label on hover or focus.
Data display
Static content, no interaction.
- Accordion
Stacked collapsible sections.
- Aspect Ratio
Fixed-ratio media wrapper.
- Avatar
User or entity image with fallback.
- Badge
Compact status label.
- Card
Surface for grouped content.
- Carousel
Horizontally scrolling content.
- Collapsible
Single show/hide region.
- Country Flag
Flag icon by ISO country code, wraps flag-icons.
- Kanban
Board with drag-and-drop columns and cards. Built on dnd-kit.
- Kbd
Keyboard shortcut display.
- Resizable
Split panes with draggable handles.
- Scroll Area
Constrained region with custom scrollbars.
- Separator
Divider line between content.
- Table
Tabular data.
Data viz
Charts and visualisations.
Navigation
Routing, tabs, and pagination.
- Breadcrumb
Hierarchical trail.
- Command
Command palette with search and keyboard nav.
- Context Menu
Right-click action menu.
- Dropdown Menu
Action menu anchored to a trigger.
- Menubar
Horizontal application menu bar.
- Navigation Menu
Mega-menu style top navigation.
- Pagination
Paged navigation controls.
- Sidebar
App-level navigation rail.
- Tabs
Switch between views in place.
Forms
Form fields and validation helpers.