We've updated our documenation to align with our other frameworks. Our new documenation will
live here and these pages will be removed.
Tables
Tables organize information in columns and rows. Table cells can be aligned to the left, center, or right. Stripes can also be added to tables to differentiate between rows.
Standard
To create a table start with a <table> tag with the class .table. Then add rows by inserting <tr> tags. Within rows insert header cells by adding <th> tags and insert standard cells by adding <td> tags.
Table header cells and standard cells are aligned to the left by default. To align these cells to the center or right, add an .is-center or .is-right class to <th> or <td> tags.