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β
External Props:
It also accepts all props of Material UI LoadingButton.