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