NumberFieldIncrement
Source: client/lib/theme/vueda-tailwind/controls/index.js
The increment stepper anchored to the right edge of NumberFieldInput.root. Mirror of NumberFieldDecrement.root; same overlay positioning and same upper-bound fade.
Vue component: NumberFieldIncrement
| Slot | Default classes | Description |
|---|---|---|
| root | absolute top-1/2 -translate-y-1/2 right-0 disabled:cursor-not-allowed disabled:opacity-20 p-3 | The increment stepper anchored to the right edge of NumberFieldInput.root. Mirror of NumberFieldDecrement.root; same overlay positioning and same upper-bound fade. |
root
The increment stepper anchored to the right edge of NumberFieldInput.root. Mirror of NumberFieldDecrement.root; same overlay positioning and same upper-bound fade.
Default classes:
absolute top-1/2 -translate-y-1/2 right-0 disabled:cursor-not-allowed disabled:opacity-20 p-3
Source: client/lib/theme/vueda-tailwind/controls/NumberFieldIncrement.theme.js:16