Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@s-ui/react-atom-upload

Package Overview
Dependencies
Maintainers
69
Versions
23
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

  • 3.11.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
558
decreased by-42.71%
Maintainers
69
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 21 Dec 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc