1.0.4 • Published 5 years ago

h2js-input v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

H2JS Input Element


Basic Usage

$ npm i -S h2js-input

index.html

<script type='module'>
	import InputElement from 'h2js-input'
	
	let i = new InputElement()
	i.on('value',v=>{
		console.log('new value',v)
		})
	document.querySelector('body').appendChild(i.element)
</script>
1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago