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

### Description should be worked based on official primer/react documentation at https://primer.style/product/components/text-input but it doesnt work properly. typescript reports a valid error because it need some optional props that is...

bug
react
primer-quality

**Description:** When using ConfirmationDialog with buttons that have longer text, the buttons in the footer overflow and do not respond well to smaller screen sizes. The Primer team recommends that...

bug
Stale
react

Upstream the ItemPicker layer into Primer as it's a facade component for SelectPanel. Analyze why this is needed/convenient and reflect those changes in the SelectPanel API or in new and...

Stale
react
primer-quality

When the `active` prop is applied to an `ActionList.Item`, the width of the text changes because the weight of the text changes. For dynamically sized menus, this can cause the...

react
component: ActionList

Closes https://github.com/github/primer/issues/5296 Adds new props `minHeight` and `maxHeight` to the `Textarea`. This allows you to customize the min/max height of the textarea directly. ### Changelog #### New * Added `minHeight`...

integration-tests: recommended
staff

### Changelog #### New #### Changed Migrating `TabNav` to use CSS modules #### Removed ### Rollout strategy - [ ] Patch release - [x] Minor release - [ ] Major...

staff
integration-tests: failing

Closes https://github.com/primer/react/issues/6167 [Storybook v9](https://storybook.js.org/blog/storybook-9/) has officially been released 🥳 This PR updates our dependency on Storybook to use v9. It does not covert all code to the new format, in...

skip changeset
integration-tests: recommended
staff

Storybook v9 has officially been released: https://storybook.js.org/blog/storybook-9/ 🥳 This issue tracks updating our storybook to be on the latest version.

react
area: storybook
staff

Added a few fixes to Code Connect after adjusting Figma property names ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [...

skip changeset
integration-tests: recommended

`ActionList.TrailingVisual` lacks padding on the left/inline-start side. This isn't noticeable most of the time, because the text is either short enough that it doesn't matter, or wraps to create space....

bug
react
component: ActionList