@s-ui/react-atom-upload
v3.12.0
Published
AtomUpload is a component that handles the file selection (via click or drag & drop) and displays the different statuses of the uploading process
Maintainers
Readme
AtomUpload
AtomUpload is a component that handles the file selection (via click or drag & drop) and displays the different statuses of the uploading process
Installation
$ npm install @s-ui/react-atom-upload --saveUsage
After importing the component AtomTooltip like this
import AtomUpload, {uploadStatuses} from '@s-ui/react-atom-upload'Basic usage
<AtomUpload
status={uploadStatuses.ACTIVE}
iconActive={IconActive}
textActive={textActive}
/>Find full description and more examples in the demo page.
