API Reference
Examples
Advanced Tutorials
Comparison
FAQ
Contributing
Testing
Migration Guide
Licence
Version: 3.xx.xx
Swizzle Ready
Import
<ImportButton>
is compatible with the useImport
hook and is meant to be used as it's upload button.
It uses Mantine <Button>
component and native html <input>
element. It wraps a <label>
with a <Button>
component and <input>
element and accepts it's own properties for separately.
localhost:3000
Live previews only work with the latest documentation.
Swizzle
Swizzle
You can swizzle this component to customize it with the refine CLI
Properties
hideText
It is used to show and not show the text of the button. When true
, only the button icon is visible.
localhost:3000
Live previews only work with the latest documentation.