Text Helpers

The Text Helpers component contains a useful set of templates for displaying text strings.

Informative message holder
Informative message holder

Code

<div class="bo-helper-text">Informative message holder</div>
<!-- Icon is supported -->
<div class="bo-helper-text">
  <.icon name="info" />
  <!-- LiveView Component -->
  <span>Informative message holder</span>
</div>
Class nametype
bo-helper-textcomponentContainer element

Was this page helpful?