mn-date
v0.0.4
Published
a input date, with minimalist design
Downloads
2
Maintainers
Readme
mn-date
A input component (type date), with minimalist design.
See the 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