eselector
v1.0.0
Published
A simple and beautiful selector kit
Downloads
2
Readme
A simple and beautiful selector
Introduction
ESelector is a simple and beautiful selector kit
Quick Start
<link rel="stylesheet" type="text/css" href="ESelector.min.css" />
<div class="input-wrap">
<input id="eselector-target" type="text">
<div id="eselector"></div>
</div>
<script src="ESelector.min.js"></script>
const es = new ESelector({
container: document.getElementById('eselector'),
target: document.getElementById('eselector-target')
});
Selector Types
Calendar
Join the Discussion
QQ Group: Not yet.
Contributors
This project exists thanks to all the people who contribute.
Donate
ESelector is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
One-time Donations
We accept donations through these channels:
Author
ESelector © Eling486, Released under the MIT License. Authored and maintained by Eling486 with help from contributors (list).