import Component from '../Component'; import icon from '../helpers/icon'; import withAttr from '../utils/withAttr'; import classList from '../utils/classList'; /** * The `Select` component displays a ` * * Other attributes are passed directly to the ` {Object.keys(options).map((key) => ( ))} {icon('fas fa-sort', { className: 'Select-caret' })} ); } }