Socket
Socket
Sign inDemoInstall

@s-ui/react-atom-toast

Package Overview
Dependencies
5
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @s-ui/react-atom-toast

> AtomToast is a component that renders an empty floating box.


Version published
Weekly downloads
1.9K
increased by77.95%
Maintainers
1
Install size
222 kB
Created
Weekly downloads
 

Readme

Source

AtomToast

AtomToast is a component that renders an empty floating box.

Installation

$ npm install @s-ui/react-atom-toast --save

Usage

Basic usage

import AtomToast, {
  atomToastPositions,
  atomToastAutoCloseTimes
} from '@s-ui/react-atom-toast';

return (
  <AtomToast
    position={atomToastPositions.topRight}
    autoCloseTime={atomToastAutoCloseTimes.short}
  >
    <span>lorem ipsum</span>
  </AtomToast>
);

Find full description and more examples in the demo page.

FAQs

Last updated on 23 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc