ActionPanel
Form action bar with save/cancel and optional danger mode.
Preview
Usage
import { ActionPanel } from '@ramtt/ui'
<ActionPanel onSave={save} onCancel={cancel} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| onSave | () => void | — | Save handler |
| onCancel | () => void | — | Cancel handler |
| danger | boolean | false | Destructive action styling |
| saving | boolean | false | Loading state |