Override an individual item within the component list.
const overrides = { componentItem: ({ name }) => <div>{name}</div>, };
children
<div />
name
"Button"
The default node for the component item.
The name of the component item.