react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
### Description The AutoComplete.Input is possibly re-rendering the input onChange, causing the caret to jump to the end (right-most-location). If I try editing the input, only one alphabet is added...
There was a great discussion over in: https://github.com/primer/react/discussions/6078 that highlighted how custom themes have changed for Primer React as we've moved from styled-components to CSS Modules. This issue tracks adding...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
[Passing axe check](https://github.com/primer/react/actions/runs/15311548973/job/43077612887?pr=6133)
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Closes #4351 The PageLayout component is not opinionated about layout. By adjusting the props, it will fill its parent, and the divider will extend as expected: BEFORE ![before making the...
### Description ## 🐛 Bug Report When using the Autocomplete or ActionList components from @primer/react, I get the following error: Unexpected Application Error! Cannot use 'in' operator to search for...
### Description When using the `Heading` component, I would like to use the `as` type to specify the heading level. This is specified in the component types but when using...
### Changelog #### New #### Changed Convert internal component `_VisuallyHidden` to CSS module styling #### Removed ### Rollout strategy - [ ] Patch release - [x] Minor release - [...