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

In many cases it's not desirable to fully disable a button control because it can make that button difficult for some users to locate. A disabled button is not focusable...

accessibility
react
component: Button
component: IconButton

Normally Primer handles stacked `Overlay`s pretty well - there is a global registry so that clicks on higher overlays don't register as clicks outside lower overlays. However, the draft `Dialog`...

bug
size: rock
react
component: Dialog

### Description If a flash banner has text that flows on multiple lines it wraps around the icon. ![Issue shown in react docs](https://github.com/primer/react/assets/813754/44561dbb-f07b-4a77-830f-07f9a196bf2d) ## Expected Text should wrap within a...

bug
react
component: Flash

### Description We're using the DataTable component and have a column that is using the 'alphanumeric' sort. Clicking the column header sorts the table correctly. Howver, on load, we have...

bug
size: pebble
react
component: DataTable

### Description I'm using React Router to render several different pages that are laid out almost identically. They generally look like this: ```jsx {someContent} ``` Each route renders a component...

bug
react
component: SplitPageLayout

### Description The hover state for clearing an input should just slightly change the icon color instead of providing a background behind it. The background right now is also incorrectly...

bug
react
component: TextInput

In v36, this type was narrowed to be a `string`. We should broaden this type back to the original to be `string | number` This type is defined by the...

size: pebble
Stale
react
component: Autocomplete

### Description An issue has arisen with the ActionMenu, where the titles in the menu are wrapping even when there's sufficient room to display them without wrapping. You can see...

bug
Stale
react
component: ActionMenu

When passing props like the `leadingIcon` and `trailingIcon` props on a button, it's not uncommon to pass something that relates to props from the containing function. Currently, to do this...

API
size: pebble
react
component: Button

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