react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
### Description should be worked based on official primer/react documentation at https://primer.style/product/components/text-input but it doesnt work properly. typescript reports a valid error because it need some optional props that is...
**Description:** When using ConfirmationDialog with buttons that have longer text, the buttons in the footer overflow and do not respond well to smaller screen sizes. The Primer team recommends that...
Upstream the ItemPicker layer into Primer as it's a facade component for SelectPanel. Analyze why this is needed/convenient and reflect those changes in the SelectPanel API or in new and...
When the `active` prop is applied to an `ActionList.Item`, the width of the text changes because the weight of the text changes. For dynamically sized menus, this can cause the...
Closes https://github.com/github/primer/issues/5296 Adds new props `minHeight` and `maxHeight` to the `Textarea`. This allows you to customize the min/max height of the textarea directly. ### Changelog #### New * Added `minHeight`...
### Changelog #### New #### Changed Migrating `TabNav` to use CSS modules #### Removed ### Rollout strategy - [ ] Patch release - [x] Minor release - [ ] Major...
Closes https://github.com/primer/react/issues/6167 [Storybook v9](https://storybook.js.org/blog/storybook-9/) has officially been released 🥳 This PR updates our dependency on Storybook to use v9. It does not covert all code to the new format, in...
Storybook v9 has officially been released: https://storybook.js.org/blog/storybook-9/ 🥳 This issue tracks updating our storybook to be on the latest version.
Added a few fixes to Code Connect after adjusting Figma property names ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [...
`ActionList.TrailingVisual` lacks padding on the left/inline-start side. This isn't noticeable most of the time, because the text is either short enough that it doesn't matter, or wraps to create space....