UNPKG

@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

14 lines 701 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const Card_1 = __importDefault(require("@material-ui/core/Card")); const react_1 = __importDefault(require("react")); const BlueRainCard = props => { return (react_1.default.createElement(Card_1.default, Object.assign({}, props, { raised: props.raised, style: props.style, // component={typeof props.tag === 'string' ? props.tag : 'div'} className: props.className }), props.children)); }; exports.default = BlueRainCard; //# sourceMappingURL=Card.component.js.map