react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
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...
Clicks on `Dialog v2`/`ConfirmationDialog` are registered as clicks outside any underlying `Overlay`
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`...
### Description If a flash banner has text that flows on multiple lines it wraps around the icon.  ## Expected Text should wrap within a...
### 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...
### 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...
### 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...
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...
### 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...
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...
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....