# Overflow Set `max` prop to handle overflow situation. ```html ``` ```js import { MdAdd, MdRemove } from '@vicons/ionicons-v4' export default { components: { MdAdd, MdRemove }, data () { return { value: 101 } } } ```