2eb8c57a5088e607fb2b6b2ce744de18ff2915f8
Refactored the `Button` component to accept and spread standard HTML button attributes. This allows developers to add `aria-label`, `aria-expanded`, and other accessibility properties, which were previously ignored. Added unit tests to verify that attributes are correctly passed to the DOM element.
Description
No description provided
Languages
TypeScript
79.1%
CSS
20.3%
HTML
0.6%