Skip to main content

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​

PropDescription

field

string

The name of the field to be cleared on click.

Required

label

ReactNode

The label for the field.

Required

Delete entity button​

The DeleteEntityButton component renders a button, which deletes closesed entity.

<DeleteEntityButton />

Props​

PropDescription

children

Renders content of the component.

Persist button​

The PersistButton component renders a persist button.

<PersistButton />

Props​

PropDescription

children

Renders content of the component.