tessl install tessl/npm-vant@4.9.0Mobile UI Components library built on Vue 3 with 100+ components
Agent Success
Agent success rate when using this tile
74%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.07x
Baseline
Agent success rate without this tile
69%
Build a product quantity selector component for a shopping cart interface using Vue 3. The component should allow users to select quantities with increment/decrement controls and enforce quantity constraints.
The component should:
@generates
<template>
<div class="product-quantity">
<!-- Implement product quantity selector here -->
</div>
</template>
<script setup>
// Component implementation
</script>Provides mobile UI components including numeric stepper controls.