@myfrom/paper-calendar
v0.3.0
Published
An useful MD calendar widget that you can use in various situations
Downloads
2
Maintainers
Readme
:warning::construction: ELEMENT IS WORK IN PROGRESS :warning::construction: The element needs a lot of optimisation and polish to be done. I don't recommend using it in production at its current stage
paper-calendar
A useful calendar widget that you can use in various situations. Provides support for selecting dates, swiping between months and displaying events as dots below dates. All in Material Design style 🎨
Installation
Make sure you have installed NPM, then simply run$ npm install --save @myfrom/paper-calendar
Newer versions of this element work only with Polymer 3.
For backwards compatibility use versions 0.1
Usage
The simplest way is to just import the element and then use it.
<paper-calendar></paper-calendar>
Check docs for more info and examples
Contributing
The element is still WIP so help (issues and PRs) are much appreciated :wink:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Credits
Inspiration form Google Calendar Android app.
License
Shared on MIT license, check LICENSE