A simple and beautiful selector
EPicker is a simple and beautiful selector kit
<link rel="stylesheet" type="text/css" href="EPicker.min.css" />
<div class="input-wrap">
<input id="epicker-target" type="text">
<div id="epicker"></div>
</div>
<script src="EPicker.min.js"></script>
const es = new EPicker({
container: document.getElementById('epicker'),
target: document.getElementById('epicker-target')
});
QQ Group: Not yet.
This project exists thanks to all the people who contribute.
EPicker 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.
We accept donations through these channels:
EPicker © Eling486, Released under the MIT License.
Authored and maintained by Eling486 with help from contributors (list).