Text Helpers
The Text Helpers component contains a useful set of templates for displaying text strings.
Informative message holder
Informative message holder
Code
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>
Details
Attribute | Type | Description |
---|---|---|
.bo-helper-text | utility | Class used for the helper text utility |