import { withClasses } from '../utils.jsx' export const CompoundButton = ({ options, value, setValue }) => { return (
{options.map(option => ( ))}
) }