Basic
Text inputs with a label above the field.
<div class="grid w-full max-w-md justify-center gap-4">
<x-components.input label="Email address" type="email" placeholder="[email protected]" />
<x-components.input label="Password" type="password" placeholder="••••••••" />
</div>