Skip to content

ykadosh/notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
});

About

A notification component for React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors