-
Notifications
You must be signed in to change notification settings - Fork 564
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
Added className prop to AnchoredOverlay component for custom styling #4752
Added className prop to AnchoredOverlay component for custom styling #4752
Conversation
### Description: - Added `className` prop to allow custom styling of the `AnchoredOverlay` component - This change addresses issue primer#4739
### Description: - Added `className` prop to `AnchoredOverlay.docs.json`
|
This reverts commit 4a59f6a.
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.
Hello @romanpozdnov 👋🏻 Thanks for raising this PR! We had another PR for the same issue that is just merged. I'd still love to merge your docs changes! 🙌🏻
Could you please update your branch so that it can only show the docs changes? Let me know if you have any questions 🙌🏻
Thanks for your contribution! We appreciate it very much 🙏🏻
### description: - the previous PR, which also included the necessary changes: primer#4741 - only the changes to Storybook were kept
Hello, @broccolinisoup! I have updated my PR according to the other PR, which also included the necessary code changes. As you suggested, I have left only the changes to the I hope I was helpful. I would be happy to assist with other tasks as well, just let me know. Have a great day! |
Hi @romanpozdnov 👋🏻 Thanks so much!! All looks good 🎉 Feel free to have a look at our issues and pick if there is anything that interests you! Or reach out if you need any clarification for any of the issues 🙌🏻 Thanks for your contribution!! |
Docs changes related to #4739
Changelog
New
className
prop docs as a follow up to feat: added support for className to <AnchoredOverlay> #4741 that allows custom styling of theAnchoredOverlay
componentRollout strategy
Testing & Reviewing
className
prop works as expected by adding custom styles to theAnchoredOverlay
component.className
prop.className
prop in various browsers (Chrome, Firefox, Safari, Edge).className
prop.Merge checklist