0.1.5 • Published 8 years ago

ttoast v0.1.5

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

ttoast

Toast Component

npm npm npm

Demo

https://lishengzxc.github.io/toast/

Install

npm install ttoast --save

Usage

html

<body>
  <button id="toast">toast</button>
  <script src="build/toast.js"></script>
  <script>
    toast.addEventListener('click', () => {
      Toast('你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世界你好世界')
    }, false)
  </script>
</body>

API

Basic

Toast('hello world~')

Duration

Toast({
  message: 'hello world~',
  duration: 5000
});

LICENSE

MIT

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago