ebe55eaf8bcd609f1ad51662d28c6333d04b3b6f3992b392570fa140884ecfccf3bb54c78d6c5c45950f72ac1cec9ee8948af4219bd4de5b24fdb8d54b05a4 1.2 KB

123456789101112131415161718192021222324
  1. # Bootstrap Colorpicker 2
  2. Simple and customizable colorpicker component for Twitter Bootstrap.
  3. [![Build Status](https://api.travis-ci.org/farbelous/bootstrap-colorpicker.svg?branch=v2.x)](https://travis-ci.org/farbelous/bootstrap-colorpicker)
  4. ## Installation
  5. For downloading the source code, you have many choices:
  6. - Downloading the [latest v2.x source code ZIP file](https://github.com/farbelous/bootstrap-colorpicker/archive/v2.x.zip)
  7. - Cloning the source code: `git clone https://github.com/farbelous/bootstrap-colorpicker.git`
  8. - Installing via NPM: `npm install bootstrap-colorpicker`
  9. - Installing via Yarn: `yarn add bootstrap-colorpicker`
  10. - Installing via Composer: `composer require itsjavi/bootstrap-colorpicker`
  11. ## Getting started
  12. - For using the plugin you will only need the files under the `dist` folder
  13. - [Documentation and demos](https://farbelous.github.io/bootstrap-colorpicker/v2/)
  14. ## Contributing and reporting issues
  15. If you want to contribute to the source code or report issues and suggestions, please read the [CONTRIBUTING.md](.github/CONTRIBUTING.md) guidelines first. Some steps are mandatory in order to accept a Pull Request.
  16. ## Credits
  17. Originally written by [Stefan Petre](http://www.eyecon.ro/)