react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
## Problem SVG icons that are not related to sorting (e.g., custom `IconButton` components) are being hidden in table headers in DataTable because of an overly broad CSS rule, such...
test
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Working on https://github.com/github/primer/issues/5713 - Install `@floating-ui/dom` - Use method `computePosition` to replace `getAnchorPosition`
Update the Banner component so that it is `aria-labelledby` the `Banner.Title` in the component (either the directly rendered title or if a custom one is passed). - Make sure to...
Introduces a new `UnderlinePanels2` component which utilizes the new `Tabs` utility. This is intended to address the usability issues that have come up with the mixing of `tab-container-element` backing the...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Banners previously labeled their landmark regions with generic variant names ("Information", "Critical", etc.) via `aria-label`. This provides limited context to screen reader users. Banner regions should be labeled by their...
Closes https://github.com/github/primer/issues/6142 Removes the `variant` prop and replaces it with Tooltip specific CSS. Primary was [handled previously](https://github.com/primer/react/pull/7143). Depends on https://github.com/github/github-ui/pull/7169 merging to unblock test failures. ### Changelog #### New ####...
Looks like we no longer create a test coverage report after migration from jest to vitest. Vitest has a good [coverage guide](https://vitest.dev/guide/coverage) that should help
Closes https://github.com/github/primer/issues/5440 This pull request removes the deprecated `SelectPanel2` component and all related files, stories, styles, and documentation from the codebase. It also updates references to its mock data in...