Container
<eink-container> replaces
<div class="eink-container">. Use the
width attribute for variants.
<div class="eink-container eink-container--narrow">...</div>
<eink-container width="narrow">...</eink-container>
Stack
<eink-stack> with optional gap="sm|lg"
attribute.
<div class="eink-stack eink-stack--sm">...</div>
<eink-stack gap="sm">...</eink-stack>
Cluster
<eink-cluster> with optional gap
attribute (any CSS length value). The gap is applied via the
--eink-cluster-gap CSS variable.
Grid
<eink-grid> with optional min
attribute to set the minimum column width via
--eink-grid-min.
Divider
<eink-divider> replaces
<hr class="eink-divider">. Add the
strong attribute for heavier separators.
Content above the default divider.
Content between dividers.
Content below the strong divider.
Page structure
<eink-page-header>,
<eink-section>, and
<eink-page-footer> provide semantic page structure.
Section 1 content — <eink-section>
Section 2 content