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

16 lines 853 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = __importDefault(require("react")); const Step_1 = __importDefault(require("@material-ui/core/Step")); const StepLabel_1 = __importDefault(require("@material-ui/core/StepLabel")); const Stepper_1 = __importDefault(require("@material-ui/core/Stepper")); exports.WebStepper = (props) => { return (react_1.default.createElement(Stepper_1.default, Object.assign({}, props), props.steps.map((label) => { return (react_1.default.createElement(Step_1.default, { key: label }, react_1.default.createElement(StepLabel_1.default, null, label))); }))); }; //# sourceMappingURL=WebStepper.components.js.map