Version: 4.xx.xx
Swizzle Ready
Export
<ExportButton>
is a Material UI <LoadingButton>
with a default export icon and a default text with "Export". It only has presentational value.
For more information, refer to the useExport documentation →
Good to know:
You can swizzle this component with the Refine CLI to customize it.
Usage
Properties
hideText
hideText
is used to show or hide text of the button. When true
, only the button icon is visible.
localhost:3000
API Reference
Properties
Property | Type | Description | Default |
---|---|---|---|
hideText |
| Whether should hide the text and show only the icon or not. |
|
onClick |
| Sets the handler to handle click event | |
loading |
| If | false |
svgIconProps |
|
External Props:
It also accepts all props of Material UI LoadingButton.