Props#
The SplitPage component and all sub components accept all Box properties.
SplitPage Props#
| Prop | Type | Default | Description |
|---|---|---|---|
childrenrequired | [
ReactElement<any, string | JSXElementConstructor<any>>,
ReactElement<any, string | JSXElementConstructor<any>>,
] | ||
| breakpoint | string | ||
| breakpoints | Record<string, string | boolean> | (string | boolean)[] | ||
| defaultIsOpen | boolean | ||
| isOpen | boolean | ||
| onClose | () => void | ||
| onOpen | () => void |
Was this helpful?