A container that listens for clicks outside of the children. Useful in cases where components hide themselves when the user clicks on the rest of the app (such as outside the confines of a Select).
Props
Name
Required
Nullable
Type
active
boolean
children
React.Node
onClick
(Event) ⇒ void
event
string
filter
(Event) ⇒ boolean
Examples
No examples