Docs / Components
Layout primitives
Flex and grid layout helpers from @artificialsenselabs/ui: sense-container, sense-stack, sense-inline, and sense-grid.
Live demo: run nx serve showcase and open /components/layout (port 4202).
Overview
Category: Layout. Import: import { SenseContainerComponent, SenseGridComponent, SenseInlineComponent, SenseStackComponent } from '@artificialsenselabs/ui';
Accessibility
- Layout-only primitives — no interactive semantics on hosts.
- Use
ariaLabelonsense-stackwhen it groups named regions.