UiComponentConfig

Extend MindDrop's UI using simple configuration objects.

MindDrop's user interface can be extended using component configuration objects when your UI needs do not require custom elements.

The various UI configuration interfaces are documented here. These interfaces are referenced throughout the extension docs.

Used to render a PrimaryNavItem or SecondaryNavItem in the application sidebar.

PropTypeDefault
label*stringNo default value
icon*IconNameNo default value
onClick*functionNo default value
isActive*functionNo default value

Used to render an IconButton.

PropTypeDefault
icon*IconNameNo default value
label*stringNo default value
onClick*functionNo default value