Pre-wired UI for pages you'd actually build. One add grabs every primitive a block needs.
Recent activity feed inside a SectionCard. Items take icon + action + detail + time.
List of upcoming events in a SectionCard. Each item shows title + date + optional status badge.
Responsive grid (2 / 4 cols) of StatCards. Pass an array of {title, value, icon, trend} items.
Labeled progress bars in a SectionCard. Each bar cycles through chart-1..5 colors.
Vertical list of clickable shortcuts in a SectionCard. Pass linkComponent (NuxtLink or RouterLink) for SPA routing.
3-button theme switcher (light / dark / system) inside a SectionCard. v-model binds the chosen theme.
List of toggle-able settings in a SectionCard. v-model binds a Record<string, boolean> keyed by item.key.