← Back to documentation
Form
A form that allows you to submit data.
Information
Plan: Personal
Properties
| Property | Type | Default |
|---|---|---|
| Flexbox direction | enum<string> | "column" |
| Align items | enum<string> | "stretch" |
| Justify content | enum<string> | "stretch" |
| Gap | string | "1rem" |
| Width | string | "100%" |
| Maximum width | string | "none" |
| Height | string | "auto" |
| Maximum height | string | "none" |
| Padding | string | "2rem" |
| Background color | string | "var(--pc-semantic-surface-base)" |
| Border color | string | "var(--pc-semantic-border-default)" |
| Border width | string | "1px" |
| Border radius | string | "14px" |
| Box shadow | string | "var(--pc-semantic-shadow-sm)" |
| On submit | object | null |
| Is visible | boolean | true |
| Selectors | array | [] |