Skip to content

torut/bootstrap-timepicker

 
 

Repository files navigation

Timepicker for Bootstrap 3.x

Timepicker for Twitter Bootstrap 2.x から fork して、 Bootstrap 3 に対応した Timepicker です。

注意

fork 元が長い間メンテナンスされていません。もしかすると他にいいプラグインがあるかもしれません。

デモ・リファレンス

demos & documentation.

以下は fork 元の README です。


Timepicker for Twitter Bootstrap 2.x

Timepicker for Twitter Bootstrap 2.x Build Status

A simple timepicker component for Twitter Bootstrap.

Status

This project is no longer maintained. Fork away or use some of the other excellent timepickers available.

Demos & Documentation

View demos & documentation.

Support

If you make money using this timepicker, please consider supporting its development.

Click here to support bootstrap-timepicker! Flattr this

Contributing

  1. Install NodeJS and Node Package Manager.

  2. Install packages

    npm install
  1. Use Bower to get the dev dependencies.
$ bower install
  1. Use Grunt to run tests, compress assets, etc.
$ grunt test // run jshint and jasmine tests
$ grunt watch // run jsHint and Jasmine tests whenever a file is changed
$ grunt compile // minify the js and css files
$ grunt gh-pages // push updates to gh-pages
$ grunt bump:[patch/minor/major] // bump the version
  • Please make it easy on me by covering any new features or issues with Jasmine tests.
  • If your changes need documentation, please take the time to update the docs.

Acknowledgements

Thanks to everyone who have given feedback and submitted pull requests. A list of all the contributors can be found here.

Special thanks to @eternicode and his Twitter Datepicker for inspiration.

About

A simple timepicker component for Twitter Bootstrap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.4%
  • JavaScript 28.6%