Warning Component Referencetml`<Warning>text to show in a warning color</>`
The Warning component creates a <span> containing the component children. The span is styled to display the content with --main-text-warning-color.
Warning component accepts the standard attributes.<span> propertiesWarning component accepts the standard <span> attributes.All children are accepted as the content of the <span>.
Warning Component will render a <span> containing the component children.<span> is styled with color: var(--main-text-warning-color).