carbon-components
Version:
Carbon Components is a component library for IBM Cloud
16 lines (15 loc) • 555 B
HTML
<div data-tile="expandable" class="bx--tile bx--tile--expandable" tabindex="0">
<button class="bx--tile__chevron">
<svg width="12" height="7" viewBox="0 0 12 7">
<path fill-rule="nonzero" d="M6.002 5.55L11.27 0l.726.685L6.003 7 0 .685.726 0z" />
</svg>
</button>
<div class="bx--tile-content">
<span data-tile-atf class="bx--tile-content__above-the-fold">
<!-- Above the fold content here -->
</span>
<span class="bx--tile-content__below-the-fold">
<!-- Rest of the content here -->
</span>
</div>
</div>