mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.2 KiB
25 lines
1.2 KiB
9 years ago
|
# Bootstrap Colorpicker 2
|
||
|
|
||
|
Fancy and customizable color picker plugin for Twitter Bootstrap
|
||
|
|
||
|
[![Build Status](https://travis-ci.org/mjolnic/bootstrap-colorpicker.png)](https://travis-ci.org/mjolnic/bootstrap-colorpicker)
|
||
|
|
||
|
## Installation
|
||
|
For downloading the source code, you have many choices:
|
||
|
|
||
|
- Downloading the [latest source code ZIP file](https://github.com/mjolnic/bootstrap-colorpicker/archive/master.zip)
|
||
|
- Cloning the source code: `git clone https://github.com/mjolnic/bootstrap-colorpicker.git`
|
||
|
- Installing via Bower: `bower install mjolnic-bootstrap-colorpicker`
|
||
|
- Installing via NPM: `npm install bootstrap-colorpicker`
|
||
|
- Installing via Composer: `composer require mjolnic/bootstrap-colorpicker`
|
||
|
|
||
|
## Getting started
|
||
|
- For using the plugin you will only need the files under the `dist` folder
|
||
|
- You can read the [documentation here](http://mjolnic.github.io/bootstrap-colorpicker/)
|
||
|
|
||
|
## Contributing and reporting issues
|
||
|
If you want to contribute to the source code or report issues and suggestions, please read the [CONTRIBUTING.md](CONTRIBUTING.md) guidelines first. Some steps are mandatory in order to accept a Pull Request.
|
||
|
|
||
|
## Credits
|
||
|
Originally written by [Stefan Petre](http://www.eyecon.ro/)
|