Skip to content

chemzqm/notice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notice

A notification message component.

A fork with API rework from yuehu/notice.

Showcase at http://chemzqm.github.io/notice/.

Installation

Install with component(1):

$ component install chemzqm/notice

API

var Notice = require('notice');
var notice = new Notice('show a notice', {
  type: 'success',
  duration: 4000
})

notice(msg, [option])

Show notice with msg (String or HTML) and optional option.

  • option.type could be success (implies duration to be 2000) warning error.
  • option.duration could be the millisecond to auto hide, no close button when set.
  • option.closable whether the notice should be closable.
  • option.parent parent node of the notice

.hide([ms])

Hide the message in ms millisecond, success notice implies auto hide.

.remove()

Remove the message without animation.

License

MIT

About

A nice global message notice component

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors