Skip to content

Conversation

@nicolethoen
Copy link
Contributor

@nicolethoen nicolethoen commented Nov 7, 2025

@patternfly-build
Copy link

patternfly-build commented Nov 7, 2025

@nicolethoen nicolethoen requested a review from dlabaj November 21, 2025 19:33
@dlabaj dlabaj merged commit 3467d6b into patternfly:main Nov 21, 2025
6 checks passed
Copy link
Member

@rebeccaalpert rebeccaalpert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Landmarks and articles menus in VoiceOver say "Product onboarding onboarding walkthrough." I'm guessing is is from the combination of these two:

ariaLabel="Product onboarding"
ariaRoleDescription="onboarding walkthrough"

Just small potatoes.

import Deck, { DeckButton } from '@patternfly/react-component-groups/dist/dynamic/Deck';
import { ButtonVariant } from '@patternfly/react-core';

export const BasicExample: FunctionComponent = () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export const BasicExample: FunctionComponent = () => {
export const DeckExample: FunctionComponent = () => {


/**
* extends PatternFly's ButtonProps
*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the comments needed?

variant="small"
{...modalProps}
>
<ModalBody>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to pass ModalBodyProps?

@nicolethoen
Copy link
Contributor Author

Thanks @rebeccaalpert I'll open up a clean up issue/PR to address

@github-actions
Copy link

🎉 This PR is included in version 6.4.0-prerelease.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deck - new component group

4 participants