notic

3.0.5 • Public • Published

Notic

Demo: burlakeugene.github.io/notic

Usage:

npm i notic

import Notic from 'notic';

const Notification = new Notic({
  close: {
    button: true,
    area: true,
  },
  animation: {
    time: 300
  },
  classNames: {
    container: ['notic']
  }
});

Notification.addMessage({
  message: 'Success message',
  type: 'success',
  delay: 3000,
});

/notic/

    Package Sidebar

    Install

    npm i notic

    Weekly Downloads

    15

    Version

    3.0.5

    License

    MIT

    Unpacked Size

    270 kB

    Total Files

    17

    Last publish

    Collaborators

    • eugene.burlak