// Generated by scripts/generate-showcase.mjs. Do not edit directly. page MarketingSectionHeaderDetail { layout = "showcase" state playground_id = ctx.url.searchParams.get("pg_id") ?? "" state playground_eyebrow = ctx.url.searchParams.get("pg_eyebrow") ?? "" state playground_title = ctx.url.searchParams.get("pg_title") ?? "Marketing Section Header example" state playground_description = ctx.url.searchParams.get("pg_description") ?? "A polished default marketing section header for a modern application." state playground_align = ctx.url.searchParams.get("pg_align") ?? "start" state playground_size = ctx.url.searchParams.get("pg_size") ?? "default" state playground_color = ctx.url.searchParams.get("pg_color") ?? "primary" state playground_actionLabel = ctx.url.searchParams.get("pg_actionLabel") ?? "Marketing Section Header" state playground_actionHref = ctx.url.searchParams.get("pg_actionHref") ?? "#marketing-section-header-demo" state playground_actionIcon = ctx.url.searchParams.get("pg_actionIcon") ?? "" state playground_actionExternal = ctx.url.searchParams.get("pg_actionExternal") ?? "false" state playground_class = ctx.url.searchParams.get("pg_class") ?? "showcase-instance showcase-instance--1" seo { title = "Marketing Section Header" description = "Marketing section heading with an optional linked action." } view {
Blocks component

Marketing Section Header

Marketing section heading with an optional linked action.

12 props3 slots0 eventsTheme readyResponsive
Interactive playground

Configure Marketing Section Header

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

Live preview
icon slot
actions slot
Component code
<MarketingSectionHeader
  title="Marketing Section Header example"
  description="A polished default marketing section header for a modern application."
  align="start"
  actionLabel="Marketing Section Header"
  actionHref="#marketing-section-header-demo">
  <!-- Add icon, actions, default slot content here -->
</MarketingSectionHeader>
Component props12 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
icon slot
actions slot
Component usage.wrn
<MarketingSectionHeader
  title="Marketing Section Header example"
  description="A polished default marketing section header for a modern application."
  align="start"
  actionLabel="Marketing Section Header"
  actionHref="#marketing-section-header-demo">
  <!-- Add icon, actions, default slot content here -->
</MarketingSectionHeader>
Dense UI

Compact application

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

02
Live preview
icon slot
actions slot
Component usage.wrn
<MarketingSectionHeader
  title="Compact Marketing Section Header"
  description="A compact configuration for dashboards and dense product surfaces."
  align="center"
  size="sm"
  actionLabel="Compact example"
  actionHref="#marketing-section-header-demo">
  <!-- Add icon, actions, default slot content here -->
</MarketingSectionHeader>
Extended

Rich configuration

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

03
Live preview
icon slot
actions slot
Component usage.wrn
<MarketingSectionHeader
  title="Advanced Marketing Section Header"
  description="A richer configuration demonstrating additional content and hierarchy."
  align="end"
  size="lg"
  actionLabel="Advanced example"
  actionHref="#marketing-section-header-demo">
  <!-- Add icon, actions, default slot content here -->
</MarketingSectionHeader>
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
idstring""No
eyebrowstring""No
titlestring""No
descriptionstring""No
alignstring"split"No
sizestring"default"No
colorstring"primary"No
actionLabelstring""No
actionHrefstring""No
actionIconstring""No
actionExternalbooleanfalseNo
classstring""No
} }