-
Notifications
You must be signed in to change notification settings - Fork 15
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(button-area): create button area component #326
Conversation
Run & review this pull request in StackBlitz Codeflow. |
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 looking great so far! A few very minor comments below.
One other thing I noticed was that when clicking on the icon-button within the button-area, it also triggered the ripple animation on the button area as well. We will probably want to avoid that?
Also, for demo purposes when it comes time for docs maybe we could use this in an expansion panel with the accessibility attributes hooked up to come full circle on that pattern?
🚀 PR was released in |
PR Checklist
Please check if your PR fulfills the following requirements:
Describe the new behavior?
This introduces a new button area component that listens for clicks while using a visually hidden button element to accessibly enable complex and interactive nested content in clickable areas.