aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons/button/button.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Button and ButtonLink componentsArmand Philippot2023-10-241-0/+98
Both: * move styles to Sass placeholders Button: * add `isPressed` prop to Button * add `isLoading` prop to Button (to differentiate state from disabled) ButtonLink: * replace `external` prop with `isExternal` prop * replace `href` prop with `to` prop