import { html, css, cssManager } from '@design.estate/dees-element'; export const demoFunc = () => html`
A simple text label with no additional indicators.
When required is set, a red asterisk appears after the label text.
When description is set, an info icon appears next to the label. Hover over it to see the tooltip.
Both indicators can be combined. The asterisk appears first, then the info icon.
When label is empty or not set, nothing is rendered. The element below has no label text: