Material UI
Last updated
Last updated
Adds theme Provider to BlueRain.
Run the following command in the plugin directoy:
Then in your boot function, pass the plugin like this:
None.
This plugin provides complete flexibility to modify the material ui theme. This is done by providing various filter hooks.
This hook gives the ability to modify the plugin configurations.
Parameters:
Name
Type
Description
theme
Object
Custom Theme
Returns:
Name
Type
Description
theme
Object
Custom Theme
Example:
This example customizes the theme to make the AppBar color red.
Extends Plugin
Material UI Plugin
Properties
pluginName
"MaterialUiPlugin"
slug
"material-ui"