This package has been deprecated

Author message:

Use v2 with plugins https://wakirin.github.io/Litepicker/docs/plugins

litepicker-module-navkeyboard

0.2.1 • Public • Published

Litepicker module navkeyboard

Installation

Installing a Litepicker module

npm i litepicker-module-navkeyboard

Non-module environments

<script src="https://cdn.jsdelivr.net/npm/litepicker-module-navkeyboard/dist/index.js"></script>

Usage

If you’re using a bundler, e.g. webpack, you’ll need to import Litepicker.

// first include the Litepicker
import Litepicker from 'litepicker';
// then include this library
import 'litepicker-module-navkeyboard';

Now you can create Litepicker instance with this module.

<script>
var picker = new Litepicker({ 
  element: document.getElementById('litepicker'),
  moduleNavKeyboard: true,
});
</script>

Package Sidebar

Install

npm i litepicker-module-navkeyboard

Weekly Downloads

18

Version

0.2.1

License

MIT

Unpacked Size

8.63 kB

Total Files

7

Last publish

Collaborators

  • waki