0.0.4 • Published 7 years ago

mn-date v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm version Dependency Status MIT Licence

mn-date

A input component (type date), with minimalist design.

See the demo

preview demo

Install

npm install --save mn-date

And bundle dependencies and main files in dist/ with your preferred tool.

Usage

And then, in your html, you can use the tag mn-date e.g.

<mn-date placeholder="Number"></mn-date>
<mn-date value="2017-01-18"></mn-date>

The following attributes from input date are supported in this component