1.0.1 • Published 4 years ago
ohmygooo-notify v1.0.1
ohmygooo-notify
notify in ohmygooo-notify
Usage
const notify = require('ohmygooo-notify');
Use case
notify({ type: 'success', message: 'Success' });
notify({ type: 'warning', message: 'Warining' });
notify({ type: 'info', message: 'Info' });
notify({ type: 'error', message: 'Error' });
Install
yarn add ohmygooo-notify