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

The new `Dialog` component has a `width` prop: https://github.com/primer/react/blob/f9eae58360ebaac9f3ada777e11f954d3013782a/packages/react/src/Dialog/Dialog.tsx#L114-L121 These size names do not match the [Primer overlay primitives](https://primer.style/foundations/primitives/size#overlay). It should be: - xsmall: 192px - small: 320px - medium:...

bug
Stale
react
component: Dialog

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,...

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

skip changeset

Closes #https://github.com/github/primer/issues/3132 This makes use of new capability in ActionMenu to have Submenus. We can use it to make sure that menus are supported with IconButton trigger in the ActionBar....

There are multiple tests that wrap the rendered component with ThemeProvider: https://github.com/search?q=repo%3Aprimer%2Freact+%3CThemeProvider+path%3Atest.tsx&type=code We do not have to do this anymore because [we already wrap all stories in a ThemeProvider in...

size: sand
react
a11y-eng-secondary
a11y eng
staff
primer-quality

### Description The new draft `Dialog` component does not use `useOnClickOutside` under the hood, because it has its own backdrop element that it could handle clicks on if necessary. This...

bug
size: pebble
react
component: Dialog

Add a custom action to run the "arethetypeswrong" CLI along with publint. This should help to verify that the way we publish types are compatible with all the various ways...

skip changeset

Closes https://github.com/primer/react/issues/4503 ### Changelog #### New Export utils under a nicer path #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [x] Minor release - [...