Structured Roster Grid
A production-scale, light + dark Structured Roster Grid component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add structured-roster-gridLive preview available in the gallery.
Usage
import { StructuredRosterGrid } from "@lerpa/ui";
<StructuredRosterGrid />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| members | RosterMember[] | — | |
| title | string | — | |
| subtitle | string | — | |
| departments | string[] | — | |
| enableSearch | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.