halstack-react
halstack-react copied to clipboard
Library of components for building SPAs with React and Halstack Design System
**Checklist** _(Check off all the items before submitting)_ - [x] Build process is done without errors. All tests pass in the `/lib` directory. - [ ] Self-reviewed the code before...
**Is your feature request related to a problem? Please describe.** First, we need a way to disable an option without disabling the entire dropdown. Some of the options in the...
## Effort: Research the latest generation ecosystem of technologies to choose a tool that improves performance but still offers great ergonomics in the development experience. https://github.com/Shopify/foundational-design-system-proto/discussions/44 https://github.com/andreipfeiffer/css-in-js https://css-tricks.com/the-css-in-react-landscape https://www.youtube.com/watch?v=Nku71cWwZts ##...
### Discussed in https://github.com/dxc-technology/halstack-react/discussions/1981 Originally posted by **Mil4n0r** May 8, 2024 The existing `Row` type is counterintuitive with its meaning.
**Is your feature request related to a problem? Please describe.** In DxcTextInput component, we have option for Prefix where it has divider ( | ) sign which is confusing, Couldn't...
**Checklist** _(Check off all the items before submitting)_ - [ ] Build process is done without errors. All tests pass in the `/lib` directory. - [ ] Self-reviewed the code...
**Describe the bug** The delete button inside the FileInput's items is not centered so it does not adjust to the documented specs.  It is specially noticeable when triggering an...
**Describe the bug** In the documentation of the opinionated theme there's this info regarding the calculation of the Chip opinionated tokens:  But, if you go to the actual implementation,...
**Describe the solution you'd like** The chip can only have one action. It can have 2 icons if one of them has an action, if not, both icons are not...
While implementing a fix for the Chip component I noticed that the tokens of the current implementation are not matching the ones established on the specifications page of the component....