@app/corescreensFormsScreen

FormsScreen

import { FormsScreen } from '@app/screens/FormsScreen'
Component Props
email
string
age
number
identifiesWith
enum
excitingFeatures
[string]
pluginsToMerge
[string]
feedbackSuggestions
string
platformsTargeted
number
showFormState
boolean
showResults
boolean
showBenefits
boolean
projectsPerYear
number
currentSetupHoursPerProject
number
knownTech
[string]
minHourlyPrice
number

Location

You can find the source of the FormsScreen component in the following location:

        • FormsScreen.tsx

Disclaimer - Automatic Docgen

🤖

These dynamic component docs were auto-generated with npm run regenerate-docs. You can hook into automatic docgen by exporting getDocumentationProps from a component file. You’ll want to provide example props from the ComponentProps zod schema, e.g:

FormsScreen.tsx
/* --- Docs ---------------------- */
 
export const getDocumentationProps = FormsScreenProps.documentationProps('FormsScreen')