dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Adding `title` prop to Button #1647

Closed GomezIvann closed 1 year ago

GomezIvann commented 1 year ago

Checklist

Description Added a new prop title to the Button component. It's meant to fulfil the requirement of an accessible icon-only button. Also, some padding and margin specs from the component have been updated to make it more intuitive and consistent.

Closes #1483