Props#

The SplitPage component and all sub components accept all Box properties.

SplitPage Props#

PropTypeDefaultDescription
childrenrequired[ ReactElement<any, string | JSXElementConstructor<any>>, ReactElement<any, string | JSXElementConstructor<any>>, ]
breakpointstring
breakpointsRecord<string, string | boolean> | (string | boolean)[]
defaultIsOpenboolean
isOpenboolean
onClose() => void
onOpen() => void

Was this helpful?