CTA
CTABanner
Full-width call-to-action banner with headline, subtitle, and primary/secondary buttons.
Installation
npm install @trinkui/reactProps
| Prop | Type | Default | Description |
|---|---|---|---|
pill | string | — | Badge label shown above the headline |
titlerequired | string | — | Main headline text |
subtitle | string | — | Supporting description below the headline |
primaryAction | ActionProps | — | Primary CTA button — { label, href, onClick?, variant?, target? } |
secondaryAction | ActionProps | — | Secondary CTA button — { label, href, onClick?, variant?, target? } |
animated | boolean | true | Enable entrance animations |
theme | "light" | "dark" | — | Section color theme |
className | string | — | Extra CSS classes for the section element |