@blueeast/bluerain-plugin-material-ui
Version:
Adds [Material UI](http://www.material-ui.com/#/) theme Provider to BlueRain. Components of material-ui have been developed using a common interface. [https://blueeast.gitbook.io/bluerain-plugin-material-ui](https://blueeast.gitbook.io/bluerain-plugin-mat
31 lines • 1.09 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const bluerain_1 = __importDefault(require("../common/bluerain"));
const deepmerge_1 = __importDefault(require("deepmerge"));
const sample_1 = __importDefault(require("./sample"));
const src_1 = __importDefault(require("../../src"));
// TODO: Only for evaluation, remove this
/**
* Add your platform specific configs here.
* We keep all the universal (cross platform) configs in
* the common folder, and extend them here.
*/
const bootOptions = {
plugins: [
// TODO: Only for evaluation, remove this
sample_1.default,
src_1.default
],
config: {
wallpaper: {
backgroundColor: 'white',
resizeMode: 'cover',
source: require('./../../assets/storybook/wallpaper.jpg'),
},
}
};
exports.default = deepmerge_1.default(bluerain_1.default, bootOptions);
//# sourceMappingURL=bluerain.js.map