import classNames from 'classnames'; import styles from './Button.module.css'; /** * A reusable component for buttons. * * @param {boolean} isPrimary - Whether the button is primary or not. Defaults to false. * @param {boolean} isIcon - Whether the button only contains an icon. Defaults to false. * @param className - An optional classname. * @param {string} style - Custom styles to apply to the title. * * @example * ); }