# Prefix & Suffix Fill content in prefix or suffix of the input. ```html ``` ```js import { SearchOutline } from '@vicons/ionicons-v5' export default { components: { SearchOutline }, data () { return { value: null } } } ```