Form
InputGroup
Fields, buttons and addons welded into one control, with inner corners squared and a single border between neighbours.
WAI-ARIA tested
Import
main.ts
import { InputGroup } from '@vitral/vue';Addons
@
$
.00
https://
A named range
Two controls, one name: the group is announced as “Price range”.
to
API
Read from packages/vue/src/components/InputGroup/types.ts, so it says what the component actually accepts.
Props
| Name | Type | Description |
|---|---|---|
| label | string | Names the group when it holds more than one control: a range, an amount and its unit. |
Plus pt, dt and unstyled from BaseProps, see pass-through and unstyled mode.
Slots
| Name | Slot props | Description |
|---|---|---|
| default | — | — |