-
Notifications
You must be signed in to change notification settings - Fork 34
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-keytips): initial implementation #221
Conversation
9a62bef
to
1070231
Compare
efebf06
to
9e76165
Compare
943879f
to
7eeef21
Compare
<Keytip key={keytipId} {...keytipProps} /> | ||
)); | ||
|
||
const hiddenKeytips = Object.values(keytips).map(({ keySequences }) => ( |
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.
this is similar to v8 keytips implementation and needed for maintaining ids for aria-describedby
7eeef21
to
136074e
Compare
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.
I've added some comments and it would be beneficial to include additional tests to ensure everything functions correctly. Additionally, documenting the hooks and utilities would be helpful.
…e, import from there
93abd85
to
352e4ee
Compare
Co-authored-by: Dmytro Kirpa <[email protected]>
2a21db7
to
a980a55
Compare
change/@fluentui-contrib-react-keytips-2c77a34b-1b5c-4d63-a244-ad06854777c9.json
Outdated
Show resolved
Hide resolved
…-ad06854777c9.json Co-authored-by: Martin Hochel <[email protected]>
Support for persistent keytips will be added later. This PR covers draft and initial implementation.