Totaal

€10,00

Verzendkosten worden berekend bij het afrekenen.

Heading

The quick brown fox jumps

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

<Heading>The quick brown fox jumps</Heading>

Props

Examples

level

The quick brown fox jumps

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog again
The quick brown fox jumps over the lazy dog again
---
import Heading from 'fulldev-ui/components/Heading.astro'
---

<Heading level={1}>The quick brown fox jumps</Heading>
<Heading level={2}>The quick brown fox jumps over the lazy dog</Heading>
<Heading level={3}>The quick brown fox jumps over the lazy dog</Heading>
<Heading level={4}>The quick brown fox jumps over the lazy dog</Heading>
<Heading level={5}>The quick brown fox jumps over the lazy dog again</Heading>
<Heading level={6}>The quick brown fox jumps over the lazy dog again</Heading>

size

The quick brown fox jumps over the lazy dog

The quick brown fox jumps over the lazy dog

The quick brown fox jumps

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

<Heading size="sm">The quick brown fox jumps over the lazy dog</Heading>
<Heading size="md">The quick brown fox jumps over the lazy dog</Heading>
<Heading size="lg">The quick brown fox jumps</Heading>

text

The quick brown fox jumps

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

<Heading text="The quick brown fox jumps" />