Buttons
Clear field button​
The Clear field button
is a button that clears the value of a field.
<ClearFieldButton field="name" label="Clear name" />
Props​
Prop | Description |
---|---|
| string The name of the field to be cleared on click. Required |
| ReactNode The label for the field. Required |
Delete entity button​
The DeleteEntityButton
component renders a button, which deletes closesed entity.
<DeleteEntityButton />
Props​
Prop | Description |
---|---|
| Renders content of the component. |
Persist button​
The PersistButton
component renders a persist button.
- Component - simple
- Component - advanced
<PersistButton />
<PersistButton>
<Icon name="save" />
Save Article
</PersistButton>
Props​
Prop | Description |
---|---|
| Renders content of the component. |