Skip to main content
This component is returned by Settings.useForm().

Example

src/app/settings/page.tsx

Props

string
required
The title of the section. It will be displayed in a stronger font than the content of the section.
string
An optional description that provides additional context about the section.
React.ReactNode
required
The text (or components) content of the section.