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.
Prop | Type | Default |
---|---|---|
label* | string | |
icon* | IconName | |
onClick* | function | |
isActive* | function |
Used to render an IconButton
.
Prop | Type | Default |
---|---|---|
icon* | IconName | |
label* | string | |
onClick* | function |