<PinInput />Examples
Sizes
Use the size prop to change the size of the pin input.
<div className="flex flex-col gap-2">
<PinInput size="xs" />
<PinInput size="sm" />
<PinInput size="md" />
<PinInput size="lg" />
<PinInput size="xl" />
</div>The pin input sizes are mapped to the Input component sizes.