1.0.9 • Published 7 years ago

mininotice v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

mini通知插件

first:

    npm i mininotice -S

then:

    import mininotice from 'mininotice'
    import 'mininotice/lib/notice.css'

At present, notice plugin has a few ways:

  • mininotice.msg: just like toast component, 3.5s after the disappearance

    Mininotice.msg has the following parameters:

    nametypedefaultdesc
    msgString'hello, notice'message of mininotice.msg
    typeString'info'there are four, namely: info, success, warning, danger
    canCloseBooleanfalseWhether it can be closed

all of the above is what i hope you expect :)

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago