1.9.0 • Published 2 years ago

@s-ui/react-atom-toast v1.9.0

Weekly downloads
178
License
MIT
Repository
-
Last release
2 years ago

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.

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago