yzhannotify

0.0.3 • Public • Published

yzhanNotify

npm npm bundle size npm GitHub license ie6+
Element and Global Notifications / Toasts with Pure / Vanilla / Native JavaScript
用原生 JavaScript 在视窗或元素的指定位置发送通知和提示 Compatible with IE6+ 支持八方向

DEMO

DEMO

DEMO Picture

Start

Node.js

npm i yzhannotify
import 'yzhannotify/css'
import YZhanNotify from 'yzhannotify'

Browser

<link href="https://cdn.jsdelivr.net/npm/yzhannotify@latest/docs/yzhannotify.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/yzhannotify@latest/docs/yzhannotify.umd.cjs"></scirpt>

API

YZhanNotify({
  msg: 'hello world',
  position: 'top center', // All optional Values can be found in DEMO
  duration: '2500', // ms
  className: '', // Class of notify container 
  ele: document.getElementById('main'), // If ele is null, notify will be displayed globally
})

Package Sidebar

Install

npm i yzhannotify

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

11.5 kB

Total Files

7

Last publish

Collaborators

  • mantoufan