master
SearchInput
const SearchInput = (props) => { const { className, buttonText = 'Search', prefix = '', value, ...rest } = props;