All Components
Native component catalog for Foundry primitives consumed from `axonyx-ui`.
The React adapter already has the larger public catalog. This native Axonyx site is being aligned to the same component map so the visual language feels identical when people move between Rust and React.
Foundry showroom
Live native `.asx` previews rendered by Axonyx. This is the design-system surface people should scan before opening an individual component page.
Browse by group
Foundry components are grouped by the job they do, so teams can scan the system like a product stack instead of hunting through a flat list.
Breadcrumbs
Buttons
Status
Badges
Layout primitives
layout
Surface
Structural panels for docs, dashboards, and CMS screens.
Toolbar
Menu
Accordion
Tabs
Static pages produced by the current site build.
Progress
Progress is available as a component page while dynamic style lowering is being hardened.
Open ProgressSlider
List
Timeline
- NowShowroom passNative previews are visible.
- NextAPI detailEach component gets richer docs.
Alert
Skeleton
Skeleton is documented as a loading primitive and will use stable data-driven sizing in the UI package.
Open SkeletonPagination
Use the left navigation to open each component page, then jump from there to its API contract.
Framework component loop
The whole loop is now visible: `axonyx-ui` provides CSS, behavior JS, and `.asx` primitives, `axonyx-site` consumes them natively, and `axonyx-web` proves the same Foundry contract through React components.
Button
Action surfaces, variants, and icon button patterns.
Open pageField
Label, control, hint/error states, and form patterns.
Open pageCard
Section card patterns, content grouping, and layout blocks.
Open pageNative pages online
These pages are rendered by Axonyx today from native `.asx` components exported by the `axonyx-ui` Cargo package.
Table
Tabular data patterns for dashboards and CMS views.
Open pageStatusLamp
Operational status signals with tone and pulse variants.
Open pageSurface
Paper-like structural surface for panels, grouped content, and layout sections.
Open pageToolbar
Horizontal action rail for filters, page actions, and workspace controls.
Open pageMenu
Vertical action/navigation list for drawers, popovers, and admin areas.
Open pageModal
Focused dialog surface for confirms, forms, and blocking actions.
Open pageStepper
Multi-step flow indicator for setup, publish, and migration screens.
Open pageTimeline
Chronological events for deploy logs, CMS history, and audit trails.
Open pageSlider
Range input primitive for settings, filters, and tuning controls.
Open pageRating
Compact score display for quality, reviews, and signal confidence.
Open pageCommand
Command palette surface for quick navigation and CMS actions.
Open pageMachineSwitch
Industrial red/green binary control for important state.
Open pageTooltip
Short contextual hints for dense controls and dashboards.
Open pageList
Structured rows for routes, entries, queues, and CMS records.
Open pageStat
Metric panels with label, value, delta, and tone.
Open pageProgress
Completion indicators for builds, uploads, and migrations.
Open pagePagination
Paged navigation for docs, CMS lists, and search results.
Open pageSkeleton
Loading placeholders for cards, rows, avatars, and content areas.
Open pageToast
Transient notification surface for save, publish, and worker events.
Open pageAccordion
Disclosure panels for docs, settings, and compact help.
Open pageTabs
Related preview, code, and API panels.
Open pageDropdownMenu
Grouped action menu for navigation and local commands.
Open pagePopover
Context panel for filters, hints, and local controls.
Open pageDrawer
Side or bottom panel for filters, settings, and CMS tools.
Open pageAlert
Inline feedback for info, success, warning, and danger states.
Open pageBadge and Chip
Compact metadata labels, status tags, and filter chips.
Open pageAvatar
Identity markers for teams, authors, projects, and CMS owners.
Open pageEmptyState
Guided no-content surfaces with icon, title, description, and actions.
Open pageAppShell
Workspace layout frame for dashboards, admin screens, and Blockbit CMS.
Open pageReact Adapter catalog
React is still useful for teams that already ship Next.js apps, but the core visual catalog now has native `.asx` coverage for the same Foundry component contract.
Open React adapter componentsNext native ports
Forms page, richer Dialog preview, and full component usage examples.
Preview React FormsClient controls
Accordion, Tabs, Drawer, Popover, DropdownMenu, and MachineSwitch now have native `.asx` wrappers.
Preview React MachineSwitchData display
List, Stat, Progress, Pagination, Skeleton, Table, Badge, and Avatar now have native pages.
Preview React Stat