react icon indicating copy to clipboard operation
react copied to clipboard

An implementation of GitHub's Primer Design System using React

Results 520 react issues
Sort by recently updated
recently updated
newest added

Closes #3604 Removes the `MarkdownEditor` and related components and hooks. I also reviewed our dependencies and removed any that were only used by this code. Not much to say here...

do not merge
component: InlineAutocomplete
component: MarkdownEditor

As part of our work for v36, we investigated moving over to an ESM-only package for `@primer/react`. This work was tackled over in: https://github.com/primer/react/pull/3410 After the switch to `"type": "module"`...

enhancement
react

Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...

Easy peasy! Kudos to @broccolinisoup! > [!WARNING] > We might want to wait until we adopt Tooltip v2 in TextInput.Action OR match the arrow design between the 2 Tooltips to...

skip changeset

As someone who works with Primer React components often, I regularly want to fire up a quick sandbox to test some things out and experiment with the demos. The interactive...

react

In order to more easily maintain and iterate on the `MarkdownEditor` component, we'd like to pull it back into GitHub's internal codebase. As this component never left `drafts`, we should...

react

Refs https://github.com/github/primer/issues/2531 This changes `Dialog` to use the `` element internally, which allows us to delete a fair amount of code and should resolve some bugs and complexity we have...

Stale

### Description Hi! While using a `SelectPanel` inside of the [Dialog V2](https://primer.style/react/drafts/Dialog) footer (via the renderFooter prop); it appears that the SelectPanel does not correctly pick the direction to open...

bug
react
component: Dialog

Closes https://github.com/primer/react/issues/4091 ### Changelog #### New #### Changed - Update to use the new tooltip for TextInput's trailing action - Update the default direction of `tooltipDirection` prop to `s` because...

### Changelog #### Changed We now memoize the internal context value in ActionList.List. This prevents unnecessary rerenders. ### Rollout strategy - [X] Patch release - [ ] Minor release -...