◇
PinInput
2 partsAnatomy
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
InputNo props or events — renders its element and forwards attributes.
PinInputRoot
RootNo props or events — renders its element and forwards attributes.