<p>
HTML element. Only when additional branded typographic styles are needed, the type element should be used.<em>
, <strong>
, <a>
, <small>
, <code>
, and <kbd>
to name a few.This is a type element. Use common inline HTML elements to emphasize, bold, link, and more.
{% include '@bolt-elements-type/type.twig' with {
content: 'This is a type element. Use common inline HTML elements to <em>emphasize</em>, <strong>bold</strong>, <a href="#!">link</a>, and more.'
} only %}
<p>If no props are set, the above is exactly the same as a <p> HTML element.</p>
<p class="e-bolt-type">This is a type element. Use common inline HTML elements to <em>emphasize</em>, <strong>bold</strong>, <a href="#!">link</a>, and more.</p>
<p>If no props are set, the above is exactly the same as a <p> HTML element.</p>