react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
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...
### Description Scrollbar contained within rounded corners of ActionList  ### Steps to reproduce 1. Put a whole bunch of items in an ActionMenu too short to contain them 2....
`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...
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....
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 - [...
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...
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...
Update our theming example from Next v14 to v15. ### Changelog #### New #### Changed - Update `examples/theming` from Next v14 to Next v15 #### Removed ### Rollout strategy -...