build69
build69  /  Components  /  App  /  PublicFormPage

PublicFormPage

v1.0.10Updated 27 Aug 2026

Composed example public-facing form page: PublicFormCover hero + FormSection body + thank-you state.

Preview

Live · 7 stories
DefaultOpen ↗
Why this is recommendedpagepublicformexample+1

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

Recommended for+14
  • Reference for lead capture, RSVP, surveys
Tags+6
pagepublicformexampledefault
Features+4
  • PublicFormCover hero
  • Form body of FormSection / FormField
  • Submit + thank-you state
Not recommended for−2
  • Direct embedding

Install

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

get_registry_item({ name: "PublicFormPage" })

Usage

import { PublicFormPage } from '@/components/pages/PublicFormPage';

<PublicFormPage />

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

No documented props — PublicFormPage is composed rather than configured. See the source for its full signature.

Related