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

Action Icon component #1805

Closed Jialecl closed 7 months ago

Jialecl commented 7 months ago

Checklist (Check off all the items before submitting)

Description The component DxcActionIcon has been created and added to the DxcTextInput, DxcNumberInput, DxcPasswordInput and DxcDateInput.

Additional context There are still components that have a similar action component, but requires additional changes to be implemented in those components: DxcAlert, DxcDialog, DxcFileInput and DxcHeader. In the case of the DxcTable we need to decide how we want to allow the user to use the DxcActionIcon, either with a prop action or with a compound component.