1.0.2 • Published 7 years ago

waves-button v1.0.2

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

Install:

npm install waves-button --save

Use:

<ul id="list">
	<li>list1</li>
	<li>list2</li>
	<li>list3</li>
</ul>
import WavesButton from 'waves-button'

const lis = document.querySelectorAll('#list li')
[...lis].forEach(li => {
	new WavesButton(li, '#ff348b')
})
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago