A polymer element that allows the selection of a non-consecutive group of months
- 0.1.0
- First Polymer version
Install the component using Bower:
$ bower install months-selector --save
Or download as ZIP.
-
Import Web Components' polyfill:
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
-
Import the months-selector element:
<link rel="import" href="bower_components/months-selector/dist/months-selector.html">
-
Start using it!
<months-selector start-year="2015" months="48"></months-selector>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D