Tailwind UI Pattern Registry for humans and agents

cta dark arrow badge pill button saas launch cta dark arrow badge pill saas dark CTA section with arrow button pill button with trailing icon badge SaaS launch call to action

CTA Arrow Badge

Fetch pattern JSON: curl https://webspire.de/patterns/cta/arrow-badge.json

Details

Family
cta
Tier
enhanced
Kind
section
Extends
cta/base
Responsive Dark Mode Tailwind Only SSR Safe Copy & Paste
Stable Published
ctadarkarrowbadgepillbuttonsaaslaunch

Slots

Name Required Description
eyebrow No Status pill above the heading (e.g. "Now available").
heading Yes Primary CTA headline.
subtext No Supporting copy beneath the headline.
cta-primary Yes Primary pill button with arrow badge.
cta-secondary No Ghost link with external arrow icon.
trust-line No Small print below the buttons (no credit card, etc.).

A dark-background CTA section with a pill-shaped primary button that has a trailing circular badge containing an arrow icon. The badge uses the brand’s primary color while the pill body stays white — creating a high-contrast, polished look common in SaaS launch pages.

With custom badge color

<a href="#" class="group relative inline-flex items-center ...">
  <span class="py-3">Start building</span>
  <span class="ml-3 flex h-8 w-8 ... bg-[oklch(55%_0.2_145)]"> <!-- green badge -->
    <!-- arrow icon -->
  </span>
</a>