drawer
Override the component drawer.
const overrides = {
drawer: ({ children }) => <div>{children}</div>,
};
Props
Prop | Example | Type |
---|---|---|
children | <div /> | ReactNode |
children
The default node for the component list.
Override the component drawer.
const overrides = {
drawer: ({ children }) => <div>{children}</div>,
};
Prop | Example | Type |
---|---|---|
children | <div /> | ReactNode |
children
The default node for the component list.