@yoavik/notify
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

React Notification Library
(Inspired by iOS)

🚧 This package is under active development. 🚧
Some APIs are likely to break.

npm i @yoavik/notify
import { useNotify } from '@yoavik/notify';
const { add } = useNotify();
add({
  title: 'Some title',
  content: 'Some content',
  timeout: 5000,
});

Package Sidebar

Install

npm i @yoavik/notify

Weekly Downloads

1

Version

0.0.9

License

none

Unpacked Size

23 kB

Total Files

18

Last publish

Collaborators

  • ykadosh