Download the PHP package mjolnic/bootstrap-colorpicker without Composer
On this page you can find all versions of the php package mjolnic/bootstrap-colorpicker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mjolnic/bootstrap-colorpicker
More information about mjolnic/bootstrap-colorpicker
Files in mjolnic/bootstrap-colorpicker
Package bootstrap-colorpicker
Short Description Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4.
License MIT
Homepage https://itsjavi.com/bootstrap-colorpicker/
Informations about the package bootstrap-colorpicker
Bootstrap Colorpicker
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4.
THIS PROJECT IS NOT MAINTAINED ANYMORE. After almost 10 years, it won't receive any further update. I recommend you using more modern solutions like React Color. You are still free to adapt this project and create forks and variants of it.
Install
You can get the latest version in many different ways:
- Downloading the tarball from npm the registry: https://registry.npmjs.org/bootstrap-colorpicker/-/bootstrap-colorpicker-3.4.0.tgz (you can change the version in the url to any released tag)
- Cloning using Git:
git clone https://github.com/itsjavi/bootstrap-colorpicker.git
- Installing via NPM:
npm install bootstrap-colorpicker
- Installing via Yarn:
yarn add bootstrap-colorpicker
- Installing via Composer:
composer require itsjavi/bootstrap-colorpicker
Note that the dist
files are only distributed via the NPM and Yarn installations.
For the rest methods, you will need to generate the files initializing the project with yarn install
and then building the code using npm run build
.
Versions
Colorpicker version | Compatible Bootstrap version | Dependencies |
---|---|---|
v2.x Documentation |
Bootstrap 3 or 4 |
|
v3.x Documentation |
Bootstrap 4 or without Bootstrap |
|
Note that the plugin may work without Bootstrap if your code is not using any of the mentioned Bootstrap dependencies.
Examples
With Bootstrap
The Bootstrap JS dependency is optional and it is mainly needed for the popover support. No Bootstrap CSS is required for the plugin to work.
Without Bootstrap
To use the plugin without Bootstrap, the popover
option should be set to false
or null
and, depending on your implementation,
you will usually need to set inline to true
and a container
selector option.
Contributions
This project exists thanks to all the people who contribute.
Please read CONTRIBUTING before sending a pull request or issue.
License
The MIT License (MIT). Please see the License File for more information.
Credits
Written and maintained by Javi Aguilar and all other contributors.
Based on Stefan Petre's color picker (2013).
Thanks to JetBrains for supporting this project.