Cta

Call-to-action band — quiet hairline-bordered section with title, description, and centered actions. Replace demo content before shipping.

Category: layout · WCAG 2.1-AA · section, cta, marketing

Props

PropTypeDefaultDescription
titleReactNodePrimary heading of the CTA band
descriptionReactNodeSupporting text below the title
actionsReactNodeButtons or links centered below the description
headingLevel1 | 2 | 32HTML heading level for document outline control

Design tokens

When to use

When not to use

Examples

CTA band

Quiet bordered band with centered heading, description, and action buttons

<Cta title="Ready to ship?" description="Add Cascade to your project in minutes." actions={<><Button>Get started</Button><Button variant="ghost">View on GitHub</Button></>} />

Related components

← Back to docs