Totaal

€10,00

Verzendkosten worden berekend bij het afrekenen.

Badge

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

<Badge>Badge</Badge>

Props

Examples

variant

Primary
Secondary
Outline
---
import Badge from 'fulldev-ui/components/Badge.astro'
---

<Badge variant="primary">Primary</Badge>
<Badge variant="secondary">Secondary</Badge>
<Badge variant="outline">Outline</Badge>

size

Small
Medium
Large
---
import Badge from 'fulldev-ui/components/Badge.astro'
---

<Badge size="sm">Small</Badge>
<Badge size="md">Medium</Badge>
<Badge size="lg">Large</Badge>

icon

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

<Badge icon="circle" text="Badge" />
<Badge icon="circle" />

href

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

<Badge href="#">Link</Badge>

text

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

<Badge text="Badge" />