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

Part of https://github.com/github/primer/issues/3181 This Pull creates a `release_tracking` workflow that will track when releases are created and published. These will be tracked on the Deployments dashboard https://app.datadoghq.com/dashboard/ckz-5jr-6f4/primer-deployments

skip changeset

This reverts commit 564db1dbc6f588bee56ab4ba362771fb7c1edc1e. This reverts the changes to `Dialog` closing on backdrop click while we explore the best way to roll this out. [Context in Slack](https://github.slack.com/archives/C02NUUQ9C30/p1715278567750369) ### Changelog ####...

skip changeset

### Description `Stack` accepts a `justify` prop that is supposed to align with the `justify-content` CSS property. But setting it has no effect other than setting the `data-justify` attribute on...

bug
react
component: Stack

Closes #https://github.com/github/primer/issues/3020 ### Changelog Make the component be imported from @primer/react and drafts. In next major release, we need to remove it from drafts ### Rollout strategy - [ ]...

The vast majority of the time, `TreeView` items are only one line and the content is truncated to fit. However, they can potentially wrap, as in https://github.com/github/collaboration-workflows-flex/issues/902 (internal issue). In...

component: TreeView

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

- Reported in https://github.com/github/collaboration-workflows-flex/issues/927 #### Problem Description in a disabled item should not have `color: fg.muted` but the disabled color. We set this by adding the disabled color on the...

bug
patch release

#### Changed The existing link shown with the deprecation banner on https://primer.style/react/getting-started points to https://primer.style/design/guides/development/react which is incorrect and results in a 404 not found. This updates the replacement URL...

_This is a scheduled issue for tracking the release between Monday, May 6th and Monday, May 20th_ | Last week | Value | | :-------- | :---- | | Issue...

### Description PageLayout.Content has marginX hardcoded [here](https://github.com/primer/react/blob/8b5307daad011627fdc96fec1a6d600f479458b5/src/PageLayout/PageLayout.tsx#L450) which cannot be overridden through sx props as it is nested below the box where sx props are applied. In addition, we have...

bug
size: pebble
Stale
react
component: SplitPageLayout