3.11.0 • Published 5 months ago

@s-ui/react-atom-upload v3.11.0

Weekly downloads
230
License
MIT
Repository
-
Last release
5 months ago

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.

3.11.0

5 months ago

3.10.0

2 years ago

3.9.0

2 years ago

3.8.0

2 years ago

3.7.0

2 years ago

3.6.0

2 years ago

3.5.0

2 years ago

3.4.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

4 years ago

2.9.0

4 years ago

2.8.0

4 years ago

2.7.0

4 years ago

2.6.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago