bootstrap-timepicker

WebJar for bootstrap-timepicker

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

bootstrap-timepicker
Last Version

Last Version

0.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

bootstrap-timepicker
WebJar for bootstrap-timepicker
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jdewit/bootstrap-timepicker

Download bootstrap-timepicker

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-timepicker/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>bootstrap-timepicker</artifactId>
    <version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-timepicker/
implementation 'org.webjars.npm:bootstrap-timepicker:0.5.2'
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-timepicker/
implementation ("org.webjars.npm:bootstrap-timepicker:0.5.2")
'org.webjars.npm:bootstrap-timepicker:jar:0.5.2'
<dependency org="org.webjars.npm" name="bootstrap-timepicker" rev="0.5.2">
  <artifact name="bootstrap-timepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap-timepicker', version='0.5.2')
)
libraryDependencies += "org.webjars.npm" % "bootstrap-timepicker" % "0.5.2"
[org.webjars.npm/bootstrap-timepicker "0.5.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Timepicker for Twitter Bootstrap

WARNING: This project is no longer maintained.

Build Status

A simple timepicker component for Twitter Bootstrap.

Status

Please take a look at the CHANGELOG.md and the issues tab for issues we're working on and their relative priorities.

Installation

This project is registered as a Bower package, and can be installed with the following command:

bower install bootstrap-timepicker

You can also download our latest release (and any previous release) here.

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
  • 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.

Versions

Version
0.5.2