Skip to content

Commit 12dfa02

Browse files
create component
0 parents  commit 12dfa02

File tree

10 files changed

+60
-0
lines changed

10 files changed

+60
-0
lines changed

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2012 Stefan Petre
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Bootstrap-Colorpicker v2.3.3
2+
============================
3+
4+
Shim repository for [Bootstrap-Colorpicker](https://mjolnic.com/bootstrap-colorpicker/).
5+
6+
This package provides minified Versions of JavaScript and CSS in the package and the Images.
7+
8+
Package Managers
9+
----------------
10+
11+
* [Composer](http://packagist.org/packages/components/bootstrap): `debugteam/bootstrap-colorpicker`
12+
13+
## Credits
14+
Originally written by [Stefan Petre](http://www.eyecon.ro/)

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "debugteam/bootstrap-colorpicker",
3+
"type": "component",
4+
"require": {
5+
"components/jquery" : ">=1.10",
6+
"components/bootstrap": ">=2",
7+
"robloach/component-installer": "*"
8+
},
9+
"extra": {
10+
"component": {
11+
"files": [
12+
"img/bootstrap-colorpicker/*.png",
13+
"css/bootstrap-colorpicker.min.css",
14+
"js/bootstrap-colorpicker.min.js"
15+
]
16+
}
17+
}
18+
}

css/bootstrap-colorpicker.min.css

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
557 Bytes
Loading
488 Bytes
Loading
478 Bytes
Loading

img/bootstrap-colorpicker/hue.png

504 Bytes
Loading
4.05 KB
Loading

js/bootstrap-colorpicker.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)