patternfly-react
patternfly-react copied to clipboard
A set of React components for the PatternFly project.
**Is this a new component or an extension of an existing one?** Slider **Describe the feature** Ability to provide a custom tooltip to the Slider. We have a custom slider...
**Is this a new component or an extension of an existing one?** Slider **Describe the feature** We have a custom Slider that dynamically updates the Slider value when you change...
**Is this a new component or an extension of an existing one?** MenuToggle **Describe the feature** As a followup to https://github.com/patternfly/patternfly/issues/6561 we should add an aria-haspopup prop to MenuToggle (with...
# TLDR [Table](https://www.figma.com/design/VMEX8Xg2nzhBX8rfBx53jp/branch/istD6Z7Ugu0ZQnsXZOnkbP/PatternFly-6--Components?node-id=3331-12049&m=dev) is mostly complete and partially functional. A couple of notes: ## [Row based table](https://www.figma.com/design/VMEX8Xg2nzhBX8rfBx53jp/branch/istD6Z7Ugu0ZQnsXZOnkbP/PatternFly-6--Components?node-id=3331-12049&m=dev) = React component aligned table **Example:** ```
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`^5.4.5` -> `^5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.4.5/5.9.3) |  |  | --- ###...
Hi there 👋 Just wondering if it would make sense to allow providing a custom aria-label for the input used for row selection (radio or checkbox, depending on the [TdSelectType](https://www.patternfly.org/components/table#tdselecttype)...
Relates to: #11624 Included components: **ExpandableSection** [Component tracker](https://docs.google.com/spreadsheets/d/1RpZ4AtDU6gAEMgcj59mDfHJHP4bZs3Zisp8jrQENlGs/edit?gid=1902662552#gid=1902662552) [Figma preview](https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=3-18&p=f&m=dev) Resources: - [Getting started](https://gist.github.com/mattnolting/da60420274e7aa51d9d03e7096e66393)
**Describe the problem** A clear and concise description of the problem. Which components are affected? OCP uses `variant="plain"` in our `NotificationBadge`. This was approved by UX back during the PF6...
**Describe the enhancement or change** Per https://github.com/patternfly/patternfly/issues/6562#issuecomment-2839684312: - MenuToggle should be updated to apply `aria-invalid="true"` when the status is danger for non-typeahead/plain toggles (basic toggles and split button toggles). If...
**Describe the problem** Per https://github.com/patternfly/patternfly/issues/6562, we need to update how aria labeling is handled in MenuToggle, namely: - Right now the aria-label on the MenuToggle does nothing since the text...