Minimalist Date Picker Web Component – Carbox

Category: Date & Time , Javascript | January 23, 2021
Author:nezartarbin
Views Total:3,031 views
Official Page:Go to website
Last Update:January 23, 2021
License:MIT

Preview:

Minimalist Date Picker Web Component – Carbox

Description:

Carbox is a minimal, easy-to-implement, framework-agnostic, date picker web component written in vanilla JavaScript.

How to use it:

1. Import the carbox-date-picker into your project.

import picker from 'carbox-date-picker'

2. Add the <carbox-picker /> component to your app and done.

<carbox-picker></carbox-picker>

3. Or directly load the compiled JavaScript in the document.

$ npm install
$ npm run-script build
<script src="lib/index.js"></script>

Changelog:

01/23/2021

  • implement shadow DOM encapsulation

You Might Be Interested In:


Leave a Reply