react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
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...
### 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...
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...
Is this the correct code output?  Also @joshblack I think the SegmentedContorl has the same issue with leadingIcon where it does only accept a...
> [!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`...
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,...
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...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
### 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: -...