Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Blue - v0.0.70

Compare
Choose a tag to compare
@ItsJonQ ItsJonQ released this 08 Dec 20:05
· 2933 commits to main since this release

PortalWrapper: Add wrapperClassName

This update adds a new wrapperClassName prop for the composed
components generated by PortalWrapper. This allows you to add
custom class names to the surrounding Portal'ed div, providing
extra CSS flexibility (if needed).

This is an enhancement, and no component API changes are required
on the user's end.

Tests + documentation has been added for this update 🚀