carbon-components
Version:
Carbon Components is a component library for IBM Cloud
16 lines (15 loc) • 548 B
HTML
<div data-tile="expandable" class="bx--tile bx--tile--expandable" tabindex="0">
<button class="bx--tile__chevron">
<svg width="12" height="8" viewBox="0 0 12 8" fill-rule="evenodd">
<path d="M10.6 0L6 4.7 1.4 0 0 1.4l6 6.1 6-6.1z"></path>
</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>