--- selectSlotOptions: - value: javascript name: Javascript icon: /images/icons/stacks/js.svg - value: reactjs name: ReactJS icon: /images/icons/stacks/reactjs.svg - value: vuejs name: VueJS icon: /images/icons/stacks/vuejs.svg selectSlotValue: - batman --- ### Image Select The `` component can be used with a custom template to show images for options and selected option. 2 CSS modifiers are available for images radius: `is-curved` and `is-rounded`. ```vue ```