react icon indicating copy to clipboard operation
react copied to clipboard

An implementation of GitHub's Primer Design System using React

Results 520 react issues
Sort by recently updated
recently updated
newest added

## 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...

bug
react
component: DataTable
staff

Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...

integration-tests: recommended

Working on https://github.com/github/primer/issues/5713 - Install `@floating-ui/dom` - Use method `computePosition` to replace `getAnchorPosition`

Stale
integration-tests: failing

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...

react
component: Banner
staff
primer-quality

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...

integration-tests: failing

Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...

integration-tests: recommended
staff

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...

integration-tests: recommended

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 ####...

integration-tests: recommended

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

up for grabs
staff
primer-quality

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...

update snapshots
integration-tests: recommended