From 51ee3964c0f799fa9786ddd85b54707c43cd3509 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Tue, 25 Mar 2014 19:36:44 +0100 Subject: Well, if you want to add a color picker it is indeed a good idea to include the color picker. --- library/bootstrap-colorpicker/src/header.html | 69 +++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 library/bootstrap-colorpicker/src/header.html (limited to 'library/bootstrap-colorpicker/src/header.html') diff --git a/library/bootstrap-colorpicker/src/header.html b/library/bootstrap-colorpicker/src/header.html new file mode 100644 index 000000000..7e8122050 --- /dev/null +++ b/library/bootstrap-colorpicker/src/header.html @@ -0,0 +1,69 @@ + + + + + + + Colorpicker for Twitter Bootstrap + + + + + + + +
+
+ +
+
+

+ Colorpicker plugin for the Twitter Bootstrap toolkit. Originally written by @eyecon + and maintained in Github by @mjolnic and the community +

It basically adds a color picker to a field or any other element. +

+
    +
  • can be used as a component
  • +
  • alpha picker
  • +
  • multiple formats: hex, rgb, rgba, hsl, hsla
  • +
+
+ +
+
+
+
+ \ No newline at end of file -- cgit v1.2.3