PHP Classes

File: vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/02_component.hbs

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/02_component.hbs   Download  
File: vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/02_component.hbs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 257 bytes
 

Contents

Class file image Download
<div id="cp2" class="input-group colorpicker-component"> <input type="text" value="#00AABB" class="form-control"/> <span class="input-group-addon"><i></i></span> </div> <script> $(function () { $('#cp2').colorpicker(); }); </script>