Reference
Components
28 of 28Identical APIs across Angular, React, and Vue. Designed for AI-assisted development.
Inputs
Button
stableA versatile button component with multiple variants and sizes. Supports loading and d…
Input
A text input field that integrates with Signal Forms. Supports all standard HTML inpu…
Textarea
A multi-line text input. Supports auto-resize to fit content and integrates with Sign…
Checkbox
A checkbox input that supports indeterminate state. Integrates with Signal Forms.
Toggle
A toggle switch for boolean settings. Integrates with Signal Forms.
RadioGroup
A group of radio buttons with keyboard navigation. The group handles arrow key naviga…
Select
A custom select dropdown built on the native Popover API. Supports keyboard navigatio…
Combobox
newA filterable autocomplete input. The user can type to narrow down a large list of opt…
Display
Badge
A small inline label for status, categories, or counts. Use alongside cards, list ite…
Icon
Pictogram glyph icon. 21 named variants matching the Figma `LlmIcon` component set. D…
Card
A container component for grouped content. Compose with LlmCardHeader, LlmCardContent…
Table
newA comprehensive data table component for displaying structured information. Supports …
Avatar
User avatar with image, initials fallback, and status indicator. Group avatars with L…
Skeleton
Loading placeholder that mimics content shape. Compose multiple skeletons to match yo…
Progress
A horizontal progress bar for showing completion percentage or indeterminate loading.
Code Block
newDisplays a block of code with an optional header, language label, filename, and copy-…
Navigation
Breadcrumbs
Navigation breadcrumb trail showing the current page location within a hierarchy.
Tabs
An accessible tabbed interface. Supports roving tabindex, arrow key navigation, and a…
Stepper
newA multi-step wizard for complex processes. Supports linear and non-linear navigation.
Pagination
Page navigation control for paginated data. Shows page numbers with previous/next but…
Menu
A dropdown context menu built on @angular/cdk/menu. Handles keyboard navigation, focu…
Overlay
Dialog
A modal dialog using the native <dialog> element. Includes focus trap, Escape to clos…
Drawer
A slide-in panel from the edge of the viewport. Useful for sidebars, filter panels, a…
Tooltip
An attribute directive that adds a tooltip to any element. Built on @angular/cdk/over…
Toast
Transient notifications that auto-dismiss. Service/hook-based API — place LlmToastCon…