Version: 4.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:
http://localhost:3000/posts
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 LoadingButton.