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