react icon indicating copy to clipboard operation
react copied to clipboard

An implementation of GitHub's Primer Design System using React

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

When using `styled-components` 6.x, the background when hovering is not correct. ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [x] Patch release - [ ] Minor...

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

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

- Blocked on https://github.com/github/github/pull/329278 - Fixes https://github.com/primer/react/issues/4647 - Merge event handlers from props and AnchoredOverlay

patch release
no-breaking-changes: need to test

### Description When trying to pass a function to `ActionMenu.Button ` it doesn't get invoked. ![Image](https://github.com/primer/react/assets/35102691/c6d77c3e-64b5-43c1-9d78-c3e28fa235ef) ### Steps to reproduce 1. Goto: https://primer.style/react/ActionMenu 2. Overload `onClick` and see it doesn't...

bug
react

### Description If `loadingCounters` is true and an `UnderlineNav.Item` does not have a `counter` prop, the loading indicator is shown. Normally, if there are 10 items, if 1 or 2...

bug
react

> [!NOTE] > This require changes upstream in our packages like `@primer/behaviors` in order to work correctly

### Description When `` contains very long content and we're on a small viewport, the content overflows and causes a horizontal scrollbar to appear. This is an accessibility [WCAG Reflow...

bug
design
react
component: ActionList
needs design input

### Description Hi, I wanted to bring up a few problems that arise from mixing Primer and non-Primer components. The problems emerge because the Primer Portal [sets a div whose...

bug
react