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