1.0.0 • Published 3 years ago

epicker v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

A simple and beautiful selector

Introduction

EPicker is a simple and beautiful selector kit

Docs

中文文档

Quick Start

<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')
});

Selector Types

Calendar

Join the Discussion

QQ Group: Not yet.

Contributors

This project exists thanks to all the people who contribute.

Donate

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.

One-time Donations

We accept donations through these channels:

Author

EPicker © Eling486, Released under the MIT License. Authored and maintained by Eling486 with help from contributors (list).

Blog · GitHub @Eling486