R

PinInput

2 parts

Anatomy

Import the parts and compose them. Each part forwards attributes to its underlying element.

vue
import {
  PinInputInput,
  PinInputRoot,
} from '@robonen/primitives/pin-input';

<PinInputInput>
  <PinInputRoot />
</PinInputInput>

API Reference

PinInputInput

Input

No props or events — renders its element and forwards attributes.

PinInputRoot

Root

No props or events — renders its element and forwards attributes.