patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
Depends on Core https://github.com/patternfly/patternfly/issues/6994 The "[with drawer](https://patternfly-react-pr-10866.surge.sh/components/jump-links/react-demos#with-drawer)" demo for JumpLinks has a couple issues: - JumpLinks/Drawer toggle are not sticky - JumpLinks not working correctly (scrollspy & clicking) Related issue...
**Describe the problem** When you truncate with a certain number of trailing chars using the middle variant, it has this strange effect where chars are duplicated. **How do you reproduce...
Packages in the workspaces should set the [`exports`](https://nodejs.org/api/packages.html#exports) field in the `package.json` file. As Node.JS doesn't read the `module` field, the ESM output may be skipped if the `exports` field...
Packages in the workspaces should set the [`type`](https://nodejs.org/api/packages.html#type) field in the `package.json` file. If this field is not set Node.JS may attempt to detect the package type causing a small...
This is a tracker issue to fix issues stemming from the publication linter introduced under #10764. ```[tasklist] ### Issues - [ ] https://github.com/patternfly/patternfly-react/issues/10831 - [ ] https://github.com/patternfly/patternfly-react/issues/10832 - [ ]...
**Describe the enhancement or change** Related to convo chain at https://github.com/patternfly/patternfly-react/pull/10815#discussion_r1697713753 Would also pertain to other components that have a status/validation type prop. We should align on: - whether the...
**Describe the enhancement or change** Followup to https://github.com/patternfly/patternfly-react/pull/10779 and https://github.com/patternfly/patternfly-react/pull/10748. Would be good to try and add tests for the behavior shown in these PRs to ensure as little breaks...
The docs aren't clear about how to go about setting an initial selection for the different selects. It is the same pattern, and the examples use it (setting a `selected`...
Create a gnatt-like example, demonstrating how an alert timeline may be implemented using horizontal bar charts. **Mock** https://www.figma.com/proto/b8DEWJHPd3hrn1F0Hxl80t/Incidents---Alert-grouping?node-id=243-2403&t=WD4E3Edim6QK5uqu-0&scaling=min-zoom&content-scaling=fixed&page-id=0%3A1 **Example** 
- Created a gnatt-like [example](https://patternfly-react-pr-10845.surge.sh/charts/bar-chart#alerts-timeline), demonstrating an alert timeline using horizontal bar charts - Updated a pie chart [example](https://patternfly-react-pr-10845.surge.sh/charts/pie-chart#custom-color-scale) to demonstrate how to apply custom styles - Also fixed an...