patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

A set of React components for the PatternFly project.

Results 730 patternfly-react issues
Sort by recently updated
recently updated
newest added

**Describe the problem** Edit 4/11/2025: This issue should be scoped to just updating how we're defining the default value of the aria-label on Spinner. Ideally we want the default value...

Good first issue
A11y

See https://www.patternfly.org/components/truncate ![Image](https://github.com/user-attachments/assets/5c66b34d-3114-4a78-a72c-e20719a78b3c) vs https://www.patternfly.org/components/truncate/html ![Image](https://github.com/user-attachments/assets/5bda98f0-5980-4cdf-b96b-11afca59f792)

Documentation :memo:
Stale

Spotted in https://github.com/patternfly/patternfly-react/pull/11575 The current code editor uses a different code/mono font than the rest of patternfly. Looks like we can pass `fontFamily: 'var(--pf-t--global--font--family--mono)'` to `editorOptions` to use the RedHatMono...

Stale
PF Team

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`^9.22.0` -> `^9.29.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.22.0/9.29.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

**Describe the enhancement or change** Followup to some comments left in https://github.com/patternfly/patternfly-react/pull/11861/ - The console error with the `isSettings || isHamburger || isFavorite` conditional for the accessible name (line 164...

Breaking change :boom:
PF Team

PatternFly libraries should follow NPM standards for publishing dual module (CommonJS/ESModule) packages. PatternFly packages have ``` "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", ``` This is a really early format when...

**Describe the problem** The card component doesn't have ref forwarding. We want to add ref forwarding for work in Chatbot: https://github.com/patternfly/chatbot/pull/409 We need to add focus to the card for...

PF Team

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/compat](https://redirect.github.com/eslint/rewrite/tree/main/packages/compat#readme) ([source](https://redirect.github.com/eslint/rewrite/tree/HEAD/packages/compat)) | [`^1.2.8` -> `^1.3.0`](https://renovatebot.com/diffs/npm/@eslint%2fcompat/1.2.8/1.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fcompat/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

**Describe the enhancement or change** @rebeccaalpert mentioned a screenshot being out of date in https://github.com/patternfly/patternfly-react/pull/11861#pullrequestreview-2918365928. Would be nice to do a general screenshot update check for React during code freeze...

PF Team

**Is this a new component or an extension of an existing one?** And extension/adjustment of [Popover](https://www.patternfly.org/components/popover) **Describe the feature** Allow interactive content for using it in scenarios where other components...

Demo
Stale