Material Ui Plugin for Fluxible
Provides Material UI theme access to your Fluxible application.
Usage
var Fluxible = ;var muiPlugin = ;var app = ;app;
Now, in your app component set the child context properly:
// ...Application = ;moduleexports = Application;
After that, you can just follow the Material UI docs to render your ui components.
Accessing the ThemeManager
If you want to customize your themes, you will need access to the theme manager. You will need to set an additional property in the child context in your app component:
// ...Application = ;moduleexports = Application;
Then, in your components:
{ thiscontextThemeManager}
License
This software is free to use under the Yahoo! Inc. BSD license. See the LICENSE file for license text and copyright information.