From 032f831c94fdbbfe923af080039b0aee1c6a95e2 Mon Sep 17 00:00:00 2001 From: Viljami Salminen Date: Thu, 24 Sep 2020 20:35:27 +0300 Subject: [PATCH] Bump version --- README.md | 15 ++++++++------- docs/index.html | 8 ++++---- package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ee20343..3fe61ae 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,9 @@ Duet Date Picker’s keyboard support is built to closely follow [W3C Date Picke Integrating Duet Date Picker to a project without a JavaScript framework is very straight forward. If you’re working on a simple HTML page, you can start using Duet Date Picker immediately by adding these tags to the ``: ```html - - - + + + ``` Once included, Duet Date Picker can be used in your markup like any other regular HTML element: @@ -438,7 +438,7 @@ selected date Sat Aug 15 2020 00:00:00 GMT+0300 (Eastern European Summer Time) Duet Date Picker uses CSS Custom Properties to make it easy to theme the picker. The component ships with a default theme that you can import either from the NPM package or directly from a CDN like JSDelivr: ```html - + ``` The above CSS file provides the following Custom Properties that you can override with your own properties: @@ -569,14 +569,14 @@ For more details, please see [Stencil.js documentation](https://stenciljs.com/do If you wish to make sure Duet Date Picker shows up as quickly as possible when loading the scripts from JSDelivr CDN, you can preload the key parts using link `rel="preload"`. To do this, add these tags in the `` of your webpage before any other ` - + + ", "license": "MIT",