Socket
Book a DemoInstallSign in
Socket

@s-ui/react-atom-upload

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-atom-upload

AtomUpload is a component that handles the file selection (via click or drag & drop) and displays the different statuses of the uploading process

Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
2.3K
3.32%
Maintainers
3
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 01 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts