Docs / Components
SenseDataViewComponent
Layout wrapper that toggles between list and grid presentation for projected items from @artificialsenselabs/ui.
Live demo: run nx serve showcase and open /components/data-view (port 4202).
Overview
Category: Data display. Selector: sense-data-view. Import: import { SenseDataViewComponent } from '@artificialsenselabs/ui';
Accessibility
- Layout toggle exposes
aria-pressedon list/grid buttons. - Loading and empty states use
role="status"with i18n copy. - Project semantic item markup (e.g.
<article>) as content.