build69
build69  /  Components  /  Forms & Flows  /  PublicFormCover

PublicFormCover

v1.0.8Updated 27 Aug 2026

Branded cover/hero block for public-facing forms (lead capture, RSVP, survey). Provides logo, headline, sub-copy, and decorative gradient.

Preview

Live · 13 stories
DefaultOpen ↗
Why this is recommendedformpubliccoverhero+2

The default, out-of-the-box PublicFormCover.

Recommended for+14
  • Above PublicFormPage forms
  • Embed-able lead capture forms
Tags+6
formpubliccoverheroleaddefault
Features+4
  • Headline + sub-copy
  • Logo slot
  • Gradient background
  • Decorative illustration slot
Not recommended for−2
  • Internal app forms (use PageHead)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "PublicFormCover" })

Usage

import { PublicFormCover } from '@/components/patterns/public-form-cover';

<PublicFormCover title="Join our waitlist" subtitle="We'll be in touch soon." />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
title

Cover headline

stringyes
subtitle

Sub-copy

string
logo

Brand logo

ReactNode

Related