fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

feat(react-overflow) Allow Overflow children to be render function

Open miroslavstastny opened this issue 1 year ago • 2 comments
trafficstars

Previous Behavior

Overflow only accepts ReactElement as children.

New Behavior

Overflow now also accepts a render function as children. This is useful when you need to render another component inside the overflow context besides the overflow container itself.

Related Issue(s)

  • Fixes #

miroslavstastny avatar Oct 11 '24 22:10 miroslavstastny