Button components
#
ButtonThe Button
component renders a button.
- Component - simple
- Component - advanced
#
PropsProp | Description |
---|---|
| Renders content of the component. |
| A class name that is applied to the component. |
| undefined | boolean If true, the component has loading state. |
#
Persist buttonThe PersistButton
component renders a persist button.
- Component - simple
- Component - advanced
#
PropsProp | Description |
---|---|
| Renders content of the component. |
#
Anchor buttonThe AnchorButton
component renders an anchor button.
#
PropsProp | Description |
---|---|
| undefined | string The link to which the user is redirected when the button is clicked. |
| Renders content of the component. |
#
Page link button#
PropsProp | Description |
---|---|
| undefined | string The route to which the user is redirected when the button is clicked. |
| Renders content of the component. |
#
Clear field button#
PropsProp | Description |
---|---|
| string The name of the field to be cleared on click. Required |
| ReactNode The label for the field. Required |
#
Delete entity buttonThe DeleteEntityButton
component renders a button, which deletes closesed entity.
#
PropsProp | Description |
---|---|
| Renders content of the component. |