litepicker-polyfills-ie11

0.0.1 • Public • Published

Litepicker polyfills IE11

This library also includes ie11-custom-properties.

Installation

Installing a Litepicker module

npm i litepicker-polyfills-ie11

Non-module environments

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

Usage

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

// Include this library first
import 'litepicker-polyfills-ie11';
// then import Litepicker
import Litepicker from 'litepicker';

Now you can create Litepicker instance.

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

Package Sidebar

Install

npm i litepicker-polyfills-ie11

Weekly Downloads

596

Version

0.0.1

License

MIT

Unpacked Size

14.7 kB

Total Files

7

Last publish

Collaborators

  • waki