-
Notifications
You must be signed in to change notification settings - Fork 96
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(radio): add pf-radio #2882
base: main
Are you sure you want to change the base?
feat(radio): add pf-radio #2882
Conversation
|
✅ Deploy Preview for patternfly-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
What I did
Developed a custom
pf-radio
component utilizing the standard<input type="radio" />
element for enhanced functionality and styling.Testing Instructions
1. Mouse Interaction
2. Keyboard Navigation
Notes to Reviewers
Please note that the CSS variables, code comments, test cases, and updated documentation will be added asap.