InputOTPSeparator
Overview
A visual separator between OTP slot groups, rendering a minus icon by default.
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| iconOverride | Object | null | A partial icon registry ({ [componentName]: { [iconName]: { component, props } } }) merged with inherited and default icon entries; scopes icon overrides to this component and its descendants. | |
| class | string|array|object | undefined | Additional CSS classes to apply to the separator element. |
Slots
default
Slot.
Source
client/lib/controls/input-otp/InputOTPSeparator.vue