Totaal

€10,00

Verzendkosten worden berekend bij het afrekenen.

Input

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

<Input
  label="Email"
  icon="mail"
  name="input"
  type="email"
  placeholder="Enter your email.."
/>

Props

Examples

size

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

<Input size="sm" icon="mail" label="Small" />
<Input size="md" icon="mail" label="Medium" />
<Input size="lg" icon="mail" label="Large" />