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