Components
Reusable UI building blocks from @steamco/design-system
layout
App Header
stableStandard application header with title, search slot, and actions.
App Sidebar
stableCollapsible navigation sidebar with support for branding and custom items.
App Footer
stableStandard application footer with copyright and navigation links.
Page Shell
stableStandard page container with built-in handling for loading, error, and empty states.
Card
stableContainer component for grouping related content
actions
utilities
feedback
Status Indicator
stableDisplays system status and runtime information for debugging/verification.
Alert
stableAlert banner for displaying important messages
Spinner
stableLoading spinner indicator
Toast
stableNon-disruptive global notification for feedback
Modal
stableDialog window that sits on top of the main view.
Skeleton
plannedAnimated placeholder for content while loading.
forms
TextField
stableText input field following outside-in depth principle with neumorphic variants
TextArea
stableMulti-line text input with auto-resize and character counter
Select
stableDropdown select component with options support
Toggle
stableSwitch component for boolean values with label support
Checkbox
stableCheckbox input with label and indeterminate state
Radio
stableRadio button input for selecting one option from a group