-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat(react): add skip link to 2 column panel #621
Conversation
Preview branch generated at https://feat-column-skip.d1gko6en628vir.amplifyapp.com |
@@ -134,7 +135,7 @@ function TwoColumnPanelDemo() { | |||
|
|||
<h3>Example</h3> | |||
|
|||
<Code role="region" tabIndex="1">{`<TwoColumnPanel> | |||
<Code role="region" tabIndex="1">{`<TwoColumnPanel: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Code role="region" tabIndex="1">{`<TwoColumnPanel: | |
<Code role="region" tabIndex="1">{`<TwoColumnPanel> |
There was also a few missing details that I got clarified in the linked issue, we need to ensure that the skip link is only visible when the panel is not collapsed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We just need to update documentation on the TwoColumnPanel docs page for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small minor change.
Co-authored-by: Jason <[email protected]>
Preview branch generated at https://feat-column-skip.d1gko6en628vir.amplifyapp.com |
#598