Version: 4.xx.xxSwizzle Ready
Import
<ImportButton>
is compatible with the useImport
hook and is meant to be used as it's upload button.
It uses Ant Design's <Button>
and <Upload>
components. It wraps a <Button>
component with an <Upload>
component and accepts properties for <Button>
and <Upload>
components separately.
Swizzle
You can swizzle this component to customize it with the refine CLI
Usageβ
http://localhost:3000
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