@s-ui/react-atom-upload
v3.11.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
Downloads
4,181
Maintainers
Keywords
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 --save
Usage
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.