Appearance
An input field with buttons to increase or decrease a numerical value.
When to Use
import { ref } from 'vue'; import { Increment } from '@youcan/alto'; const quantity = ref('0');
<Increment v-model="quantity" />