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 along the cross axis | enum<string> | "stretch" |
| Justify content along the main axis | enum<string> | "stretch" |
| Gap | string | "1rem" |
| Width | string | "100%" |
| Maximum width | string | "none" |
| Height | string | "auto" |
| Maximum height | string | "none" |
| Flexbox grow | string | "0" |
| Flexbox shrink | string | "1" |
| Padding | string | "2rem" |
| Background color | string | "var(--ophixor-semantic-surface-base)" |
| Border color | string | "var(--ophixor-semantic-border-default)" |
| Border width | string | "1px" |
| Border radius | string | "8px" |
| Box shadow | string | "var(--ophixor-semantic-shadow-sm)" |
| On submit | object | null |
| Is visible | boolean | true |
| Selectors | array | [] |