Version: 3.xx.xxSwizzle Ready
Export
<ExportButton> is a Material UI <LoadingButton> with a default export icon and a default text with "Export". It only has presentational value.
Refer to the for more detailed information about useExport. →
Swizzle
You can swizzle this component to customize it with the refine CLI
Usage
Use it like any other Ant Design <Button>. You can use it with useExport:
Properties
hideText
It is used to show and not show the text of the button. When true, only the button icon is visible.
API Reference
Properties
External Props
It also accepts all props of Material UI LoadingButton.