@hidoo/styleunit

v1.0.0-alpha.9

The unit oriented CSS framework implemented in Sass.

unit-table

The table unit.

The core module.

The default style.

default
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
あのイーハトーヴォのすきとおった風。 あのイーハトーヴォのすきとおった風、夏でも底に冷たさをもつ青いそら、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。
<table class="unit-table">
  <tr>
    <th class="unit-table__column" scope="row">Lorem ipsum dolor sit amet.</th>
    <td class="unit-table__column">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</td>
  </tr>
  <tr>
    <th class="unit-table__column" scope="row">あのイーハトーヴォのすきとおった風。</th>
    <td class="unit-table__column">あのイーハトーヴォのすきとおった風、夏でも底に冷たさをもつ青いそら、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。</td>
  </tr>
</table>

The theme module.

The theme modifiers.

default
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
あのイーハトーヴォのすきとおった風。 あのイーハトーヴォのすきとおった風、夏でも底に冷たさをもつ青いそら、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。
unit-table--theme-normal
Normal theme
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
あのイーハトーヴォのすきとおった風。 あのイーハトーヴォのすきとおった風、夏でも底に冷たさをもつ青いそら、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。
<table class="unit-table  {{modifier_class}}">
  <tr>
    <th class="unit-table__column" scope="row">Lorem ipsum dolor sit amet.</th>
    <td class="unit-table__column">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</td>
  </tr>
  <tr>
    <th class="unit-table__column" scope="row">あのイーハトーヴォのすきとおった風。</th>
    <td class="unit-table__column">あのイーハトーヴォのすきとおった風、夏でも底に冷たさをもつ青いそら、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。</td>
  </tr>
</table>