@yoavik/notify
v0.0.9
Published
A notification component for React
Maintainers
Readme
npm i @yoavik/notifyimport { useNotify } from '@yoavik/notify';
const { add } = useNotify();
add({
title: 'Some title',
content: 'Some content',
timeout: 5000,
});