Sha256: ec4132edb3f9aeb1ca5c376ba2b1e87bcb0e35905802e998d1f4e2e1987c6f68
Contents?: true
Size: 855 Bytes
Versions: 10
Compression:
Stored size: 855 Bytes
Contents
<keppler-component> <table class="table table-bordered"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table> </keppler-component> <script> 'bootstrap-table', { label: 'Table', category: 'Bootstrap', attributes: { class:'fa fa-table' }, content: { style: function() {} } } </script>
Version data entries
10 entries across 10 versions & 1 rubygems