0.0.7 • Published 9 years ago

dropl v0.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

##dropl

minimalistic dropdown for dummies

npm install dropl

###html structure

<div id="dropdown">

	<a href="#" class="dropl-clicker">open</a>

	<div class="dropl-main dropl-hidden">
		dropdown content
	</div>

</div>

###usage

var element = document.querySelector("#dropdown");
var options = {
	'align': 'right'
};
var dropdown = dropl(element, options);
0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago