Skip to content

prestigos/months-selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<months-selector>

A polymer element that allows the selection of a non-consecutive group of months

Demo

Check it live!

Changelog

  • 0.1.0
  • First Polymer version

Install

Install the component using Bower:

$ bower install months-selector --save

Or download as ZIP.

Usage

  1. Import Web Components' polyfill:

    <script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
  2. Import the months-selector element:

    <link rel="import" href="bower_components/months-selector/dist/months-selector.html">
  3. Start using it!

    <months-selector start-year="2015" months="48"></months-selector>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

About

A month selector based on Polymer

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •