Caution Component Referencetml`<Caution>text to show in a warning color</>`
The Caution component creates a <span> containing the component children. The span is styled to display the content with --main-text-caution-color.
Caution component accepts the standard attributes.<span> propertiesCaution component accepts the standard <span> attributes.These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.
All children are accepted as the content of the <span>.
Caution Component will render a <span> containing the component children.<span> is styled with color: var(--main-text-caution-color).