Open bbhxwl opened 9 months ago
Limit the values of min and max.
Hi. Because of the flexibility you can do something like this:
`
<UButton
icon="i-heroicons-plus"
color="gray"
@click="value== 20 ? value: value++"
/>
`
Ps. Yes, it would be nice to have a separate component. Pss. And for some reason my min and max attributes on Input don't work. Maybe it's just broken.
Description
Additional context
No response