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

Closes #4355 This is my first contribution on this repository. I marked the `contrast` prop of TextInput and TextInputWithTokens as deprecated. I know that the issue says it should be...

`ActionList` renders items as a `listitem` with a `button` child. That `button` is labelled (via `aria-labelledby`) by the main content of the item. This means that leading & trailing visuals...

bug
accessibility
react
component: ActionList

### Description Scrollbar contained within rounded corners of ActionList ![image](https://github.com/user-attachments/assets/354bc902-dc03-4731-95ba-7ba456670f36) ### Steps to reproduce 1. Put a whole bunch of items in an ActionMenu too short to contain them 2....

bug
size: pebble
react
component: ActionMenu
needs design input
primer-quality

`TextInput` supports `leadingVisual` and `trailingVisual` for rendering things into the beginning and end of the input. These are strongly visually associated with the input, but are not semantically associated at...

accessibility
react
component: TextInput

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

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

integration-tests: recommended

This should merge after the FF removal PR merges: https://github.com/primer/react/pull/6090 Closes https://github.com/primer/react/issues/6154 ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [...

integration-tests: recommended

This PR migrates the Avatar and AvatarStack test files from Jest to Vitest as part of the ongoing testing framework migration. ## Changes Made ### Configuration Updates - **`vitest.config.browser.mts`**: Added...

skip changeset
integration-tests: recommended

Add support for React Compiler by following the guide in: https://react.dev/learn/react-compiler. We use the approach where we are opting out files from being processed by React Compiler (as recommended by...

staff
integration-tests: failing

Update our theming example from Next v14 to v15. ### Changelog #### New #### Changed - Update `examples/theming` from Next v14 to Next v15 #### Removed ### Rollout strategy -...

skip changeset
staff