import { h } from 'preact'; export default (props) => { const { options = [] } = props; const optionsMarkup = options.map(option => { return (