Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: tearsheet with nav accessibility #5971

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

davidmenendez
Copy link
Contributor

Closes #4989

this updates Tearsheet stories to demonstrate proper nav implementation using carbon Tabs. the solution is to just wrap the entire thing in a Tabs component.

this also demonstrates a fairly more straight forward implementation approach that doesn't rely on an array like in the PageHeader story implementation and just uses a react element.

confirmed locally that this implementation addresses the accessibility concerns

Screenshot 2024-08-28 at 4 34 38 PM

@davidmenendez davidmenendez requested a review from a team as a code owner August 28, 2024 21:36
@davidmenendez davidmenendez requested review from makafsal and amal-k-joy and removed request for a team August 28, 2024 21:36
Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit a6bf660
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/66d89bf62c493400089ada04
😎 Deploy Preview https://deploy-preview-5971--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

amal-k-joy
amal-k-joy previously approved these changes Aug 30, 2024
Copy link
Contributor

@amal-k-joy amal-k-joy left a comment

Choose a reason for hiding this comment

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

LGTM

makafsal
makafsal previously approved these changes Aug 30, 2024
Copy link
Contributor

@makafsal makafsal left a comment

Choose a reason for hiding this comment

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

Looks good.

@makafsal makafsal added this pull request to the merge queue Aug 30, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Aug 30, 2024
@amal-k-joy amal-k-joy added this pull request to the merge queue Sep 5, 2024
Merged via the queue into carbon-design-system:main with commit d2aeeb2 Sep 5, 2024
19 checks passed
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.

[a11y]: Tearsheet with navigation
3 participants