react icon indicating copy to clipboard operation
react copied to clipboard

An implementation of GitHub's Primer Design System using React

Results 425 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
needs design input

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