Label

---
import Label from 'fulldev-ui/components/Label.astro'
---

<Label>Label</Label>

Props

PropTypeDefault
asHTMLTaglabel
HTML AttributesPolymorphic<label>-

Examples

---
import Label from 'fulldev-ui/components/Label.astro'
---

<Label color="base">Label</Label>
<Label color="brand">Label</Label>
---
import Label from 'fulldev-ui/components/Label.astro'
---

<Label>Label</Label>
<Label contrast>Label</Label>