Socket
Book a DemoInstallSign in
Socket

@s-ui/react-atom-toast

Package Overview
Dependencies
Maintainers
91
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

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.

latest
Source
npmnpm
Version
1.12.0
Version published
Weekly downloads
2.4K
-7.39%
Maintainers
91
Weekly downloads
 
Created
Source

AtomToast

AtomToast is a component that renders an empty floating box.

documentation issue npm

Issues open NPM

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.

Keywords

@s-ui

FAQs

Package last updated on 03 Oct 2025

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