date-of-birth-js
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "date-of-birth-js", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "A datepicker specific for date of birth", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/index.js", |
# Date-of-birth JS | ||
![date of birth js demo inline](https://media.giphy.com/media/tiK4oOSTxeE3poDhsZ/giphy.gif) | ||
@@ -30,3 +31,3 @@ A datepicker specific for collecting date of birth with straight forward user interface. Bundle size 6.9kB gzipped (Source: Bundlephobia). | ||
#### Include JS library | ||
and include `date-of-birth.min.js` just above your closing `</body>` tag | ||
and include `date-of-birth-js.min.js` just above your closing `</body>` tag | ||
```html | ||
@@ -117,3 +118,3 @@ <body> | ||
Description: Display the datepicker whether inline (right in the bottom of the selected element) or in popup. | ||
![date picker demo popup mode](https://media.giphy.com/media/j9jAFs76wpYlX6MIeC/giphy.gif) | ||
example: | ||
@@ -120,0 +121,0 @@ ```js |
90937
305