// Generated by scripts/generate-showcase.mjs. Do not edit directly. page FeatureGridDetail { layout = "showcase" state playground_color = ctx.url.searchParams.get("pg_color") ?? "primary" state playground_size = ctx.url.searchParams.get("pg_size") ?? "default" state playground_columns = ctx.url.searchParams.get("pg_columns") ?? "3" state playground_tabletColumns = ctx.url.searchParams.get("pg_tabletColumns") ?? "2" state playground_mobileColumns = ctx.url.searchParams.get("pg_mobileColumns") ?? "1" state playground_gap = ctx.url.searchParams.get("pg_gap") ?? "md" state playground_minItemWidth = ctx.url.searchParams.get("pg_minItemWidth") ?? "" state playground_equalHeight = ctx.url.searchParams.get("pg_equalHeight") ?? "true" state playground_align = ctx.url.searchParams.get("pg_align") ?? "start" state playground_maxWidth = ctx.url.searchParams.get("pg_maxWidth") ?? "full" state playground_class = ctx.url.searchParams.get("pg_class") ?? "showcase-instance showcase-instance--1" seo { title = "Feature Grid" description = "Responsive equal-height grid for feature and service cards." } view {
Layout component

Feature Grid

Responsive equal-height grid for feature and service cards.

11 props1 slots0 eventsTheme readyResponsive
Interactive playground

Configure Feature Grid

Change any prop and inspect the server-rendered component immediately.

Live preview
Component code
<FeatureGrid
  align="start"
/>
Component props11 controls
Live examples

Designed for real product surfaces

Compare configurations and resize the browser to check responsive behavior.

Recommended

Production default

Balanced spacing, hierarchy, and content for the most common product workflow.

01
Live preview
Component usage.wrn
<FeatureGrid
  align="start"
/>
Dense UI

Compact application

A tighter variation for dashboards, side panels, tables, and operational interfaces.

02
Live preview
Component usage.wrn
<FeatureGrid
  size="sm"
  align="center"
/>
Extended

Rich configuration

A more expressive variation using additional data, stronger emphasis, and optional states.

03
Live preview
Component usage.wrn
<FeatureGrid
  size="lg"
  align="end"
/>
Component events

Events

Public events declared by this component. Custom events bubble from the component root and expose state through event.detail.

No public component events.
Component API

Props and configuration

All content and behavior shown above is supplied through these props and slots.

PropTypeDefaultRequired
colorstring"primary"No
sizestring"default"No
columnsnumber3No
tabletColumnsnumber2No
mobileColumnsnumber1No
gapstring"md"No
minItemWidthstring""No
equalHeightbooleantrueNo
alignstring"stretch"No
maxWidthstring"full"No
classstring""No
} }