Higher order component that wraps components that should be ignored from SSR.
Any components that are wrapped within
Combines an array of strings after filtering out falsey values to produce a single string representing a classlist.
Array of strings each representing a classname. Falsey values will be filtered out.
Single string representing a classname
Custom hook to handle keyboard pressdown events.
Generated using TypeDoc
Higher order component that manages creation and teardown of root elements and SSR to create a portal for the children that's passed into it.
(Optional) Pass an id to an existing element to attach to that element. An element with a unique ID will be generated if one isn't provided.
Children passed to the component.