Sha256: 37803ecb35cf4199b8518238f79dd3b7e9dc22e6483ea3d9f2645efd9b410634
Contents?: true
Size: 1022 Bytes
Versions: 10
Compression:
Stored size: 1022 Bytes
Contents
<keppler-component> <form> <div class="form-group"> <label for="exampleInputEmail1">Email address</label> <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Email"> </div> <div class="form-group"> <label for="exampleInputPassword1">Password</label> <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password"> </div> <div class="form-group"> <label for="exampleInputFile">File input</label> <input type="file" id="exampleInputFile"> <p class="help-block">Example block-level help text here.</p> </div> <div class="checkbox"> <label> <input type="checkbox"> Check me out </label> </div> <button type="submit" class="btn btn-default">Submit</button> </form> </keppler-component> <script> 'bootstrap-form', { label: 'Form', category: 'Bootstrap', attributes: { class:'fa fa-tasks' }, content: { script: function(){} } } </script>
Version data entries
10 entries across 10 versions & 1 rubygems