halstack-react
halstack-react copied to clipboard
Library of components for building SPAs with React and Halstack Design System
## Effort: Design and develop data visualization components to include in product dashboards (Bar, line, pie charts...) This requirement is a low-level requirement, and it is needed to gather insights...
In the specs section on Halstack's [site](https://developer.dxc.com/halstack/9/components/tag/specifications/#design-tokens-typography) for the Tag component, there are a few design aspects that are missing: - The stroke for both focus and active states. -...
**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...
When clicking on a tertiary DxcButton, the active selector only applies its color when the pointer is out of the component, not when the mouse click is released. We need...
**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 props list for `BulletedList` is not showing the `children` component even though it is showing for the `BulletedList.Item` compound component, that is not correct and can...
**Describe the bug** The typing shows as `number` in the docs, it should be `(href: string) => void` **To Reproduce** 1. Go into https://developer.dxc.com/halstack/next/components/breadcrumbs/ 2. See the error. **Screenshots** 
**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...
**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** A clear and concise description of what the bug is. Controlling the maximum width of a dialog ensures that it doesn't become too wide, maintaining readability and...