const Button = ({ children, disabled, onClick }) => { const className = classNames({ 'btn': true }); return( ) };