Version: 3.xx.xxSwizzle Ready
Save
<SaveButton>
uses Material UI <Button>
component. It uses it for presantation purposes only. Some of the hooks that refine has adds features to this button.
Swizzle
You can swizzle this component to customize it with the refine CLI
Usage
For example, let's add logic to the <SaveButton>
component with the saveButtonProps
returned by the useForm
hook.
http://localhost:3000/posts
The useForm
hook exposes saveButtonProps
to be passed to <SaveButton>
component which includes submitting the form action, button loading, and disable states.
Properties
hideText
It is used to show and not show the text of the button. When true
, only the button icon is visible.
http://localhost:3000
API Reference
Properties
External Props
It also accepts all props of Material UI Button.