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.
broccolinisoup
left a comment
There was a problem hiding this comment.
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
classNameprop docs as a follow up to feat: added support for className to <AnchoredOverlay> #4741 that allows custom styling of theAnchoredOverlaycomponentRollout strategy
Testing & Reviewing
classNameprop works as expected by adding custom styles to theAnchoredOverlaycomponent.classNameprop.classNameprop in various browsers (Chrome, Firefox, Safari, Edge).classNameprop.Merge checklist