Basic Usage
The section provides a simple, reusable container that surrounds a bit of content. It provides a basic theme for a heading bar, and border surrounding the content. Note that this container is a CSS only solution, no Angular component exists that implements the section.
Recurring Monthly
Some content here
- HTML
<div class="t-content"> <div class="c-section"> <div class="c-section-heading">Recurring Monthly</div> <div class="c-section-content"> Some content here </div> </div> </div>