ykadosh / notify

A notification component for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 82.9%Language:SCSS 17.1%