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

13 lines 668 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 = require("@storybook/react"); const react_2 = __importDefault(require("react")); const Subtitle2_component_1 = __importDefault(require("../Subtitle2.component")); const stories = react_1.storiesOf('Typography - Subtitle2', module); stories.add('Component Subtitle2', () => { return (react_2.default.createElement(Subtitle2_component_1.default, null, "This is Subtitle2 typography")); }); //# sourceMappingURL=Subtitle2.stories.js.map