react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
Closes https://github.com/github/primer/issues/4607 Continued from https://github.com/primer/react/pull/5829v This pull request introduces a new `variant` prop to the `UnderlineNav` component, allowing removal of the horizontal padding for tabs. https://github.com/user-attachments/assets/810fb91e-fa0e-41d6-b14b-ae257cf93a60 ### Changelog #### Changed...
[View Rendered ADR](https://github.com/primer/react/blob/5cb4d27746f1098c93721384c26cc386eb705cab/contributor-docs/adrs/adr-022-css-layer-names.md) Adds an ADR in order to define our CSS Layers and the order that they should be applied in. I wanted to take a stab at defining...
### Description The "View organization" button text visibly overflows its container, extending beyond the button boundaries. This creates visual glitches and violates design consistency.  ### Steps to reproduce 1....
Follow up to work in: https://github.com/primer/react/pull/5948 and https://github.com/primer/react/pull/6048 ## tl;dr This work proposes a new way of documenting for our React library. This new approach will: - Automate the generation...
### Description All the docs below talk about the `sx` prop however internally we have communicated to avoid this: - https://primer.style/product/getting-started/react/ - https://primer.style/product/getting-started/react/core-concepts/ - https://primer.style/product/getting-started/react/theming/ This leaves us with CSS...
Relates to https://github.com/github/primer/issues/4997 #### Changed - Rebuild SelectPanel snapshots #### Removed - FilteredActionListEntry - ModernActionList test cases - FilteredActionListWithDeprecatedActionList.tsx - ModernActionList usage throughout the codebase ### Rollout strategy - [x]...
Update snapshots
### Description Non descriptive error causes ui not to render using some components. Downgrading to react 18 solved this issue. I'm not sure which components are affected but at least...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
### Changelog #### Changed Proposed: - Avatars in AvatarStack are evenly spaced apart - Avatars in AvatarStack do not progressively fade in opacity Risks: - AvatarStack is wider and breaks...