react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
### Description In some cases you want to display data in a dialog on mobile but on desktop keep it on the page. This is currently not possible with this...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Closes https://github.com/github/primer/issues/3695 ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Internal docs for contributors to better understand our component lifecycle. ### Problems - Alpha and beta status is confusing for folks - We don't communicate that something is being planned...
Closes https://github.com/primer/react/issues/4129 ### Changelog #### New #### Changed - With this PR, we are wrapping button group items with a div. The main reason is to simplify CSS selection. You...
### Description SelectPanel works buggy when we have static items list inside same component. I just copy/paste the code of the `selectpanel` example from https://primer.style/components/selectpanel/react/alpha ```tsx export default function Home()...
Resolves #4672 ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
### Description When the navlist component includes a subnav and there is a current item within that subnav, the containsCurrentItem state is not being reset to false. As a result,...
### Description When using Dialog 2, if the first interactive item that receives focus uses Tooltip (v2), the tooltip appears in a misplaced. It is reported [internally on Slack](https://github.slack.com/archives/C0FSWLQ0Y/p1720018968831849). Tooltip...