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

Closes https://github.com/github/primer/issues/3582 https://github.com/github/primer/issues/3443 ### Changelog #### New * Add new prop `removeButtonLabel` #### Changed * Moved visually hidden text into token container #### Removed ### Rollout strategy - [x] Patch...

accessibility

### Description We've noticed an issue on the platform where small buttons are paired with small text inputs, the text inputs use a medium font size instead of a small...

bug
react
UI mob pair

Closes https://github.com/github/primer/issues/3665 ### Changelog #### New #### Changed #### Removed - The `codemods` folder has been removed as it is no longer needed. If we would like to use this...

staff

Is this the correct code output? ![CleanShot 2024-08-14 at 11 28 22@2x](https://github.com/user-attachments/assets/c20feccd-4a3b-4e52-bf0c-f8912a619c6b) Also @joshblack I think the SegmentedContorl has the same issue with leadingIcon where it does only accept a...

🚧 blocked
skip changeset

> [!NOTE] > This is closely related to https://github.com/github/primer/issues/1710, but I want to specifically discuss the API / accessibility implications in `@primer/react`. ### Background Assuming https://github.com/primer/react/pull/4750 ships, the new `KeybindingHint`...

react
component: Tooltip
proposal
component: IconButton

These changes propose an ADR to help us resolve https://github.com/github/primer/issues/3258 using automation tools such as [react-docgen-typescript](https://github.com/styleguidist/react-docgen-typescript). Related PR: https://github.com/primer/react/pull/4466

Closes https://github.com/github/primer/issues/3688 ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...

staff

Closes https://github.com/github/primer/issues/3666 ### Changelog #### New #### Changed #### Removed - Remove drafts entrypoint in favor of experimental ### Rollout strategy - [x] Major release; if selected, include a written...

staff

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

staff

### Description When wrapping a group of `IconButton` components with a `ButtonGroup` while using version `35.26.0` or higher, the styling of the button group and tooltips appears incorrect. Specifically: -...

bug
react
component: ButtonGroup