epicker

1.0.0 • Public • Published

EPicker

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

Readme

Keywords

Package Sidebar

Install

npm i epicker

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

34.9 kB

Total Files

6

Last publish

Collaborators

  • eling486