2017-07-01 20:16:47 +00:00
# Bootstrap Colorpicker 2
2018-07-14 21:11:55 +00:00
Simple and customizable colorpicker component for Twitter Bootstrap.
2017-07-01 20:16:47 +00:00
2019-02-18 12:28:41 +00:00
[![Build Status ](https://api.travis-ci.org/farbelous/bootstrap-colorpicker.svg?branch=v2.x )](https://travis-ci.org/farbelous/bootstrap-colorpicker)
2017-07-01 20:16:47 +00:00
## Installation
For downloading the source code, you have many choices:
2019-02-18 12:28:41 +00:00
- Downloading the [latest v2.x source code ZIP file ](https://github.com/farbelous/bootstrap-colorpicker/archive/v2.x.zip )
2018-07-14 21:11:55 +00:00
- Cloning the source code: `git clone https://github.com/farbelous/bootstrap-colorpicker.git`
2017-07-01 20:16:47 +00:00
- Installing via NPM: `npm install bootstrap-colorpicker`
2018-07-14 21:11:55 +00:00
- Installing via Yarn: `yarn add bootstrap-colorpicker`
2017-07-01 20:16:47 +00:00
- Installing via Composer: `composer require itsjavi/bootstrap-colorpicker`
## Getting started
- For using the plugin you will only need the files under the `dist` folder
2018-07-14 21:11:55 +00:00
- [Documentation and demos ](https://farbelous.github.io/bootstrap-colorpicker/v2/ )
2017-07-01 20:16:47 +00:00
## Contributing and reporting issues
2019-02-18 12:28:41 +00:00
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.
2017-07-01 20:16:47 +00:00
## Credits
Originally written by [Stefan Petre ](http://www.eyecon.ro/ )