Browse Source

Add examples

pull/2034/head
jlukic 9 years ago
parent
commit
050c15144d
1 changed files with 24 additions and 0 deletions
  1. 24
      examples/basic.html

24
examples/basic.html

@ -177,6 +177,30 @@
</tbody>
</table>
</div>
<div class="column">
<table class="ui definition table">
<thead>
<tr>
<th>Name</th>
<th>Premium Plan</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>No</td>
</tr>
<tr>
<td>Jamie</td>
<td>Yes</td>
</tr>
<tr>
<td>Jill</td>
<td>Yes</td>
</tr>
</tbody>
</table>
</div>
<div class="column">
<table class="ui very basic table">
<thead>

Loading…
Cancel
Save