Preview
Usage
FormActions usage<FormActions><Btn>Cancel</Btn><Btn variant="primary">Save</Btn></FormActions>API
FormActions APIFormActionsProps
| prop | type | notes |
|---|---|---|
| children? | RemixNode | |
| align? | 'start' | 'end' | 'between' | Horizontal distribution. Default `end`. |
| responsive? | boolean | Stack actions at the mobile page breakpoint. Default true. |
| mix? | MixInput |