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 744 B
"use strict"; // import * as React from 'react'; // import { text, withKnobs } from '@storybook/addon-knobs'; // import { storiesOf } from '@storybook/react'; // import Slider from './Slider.testComponent'; // import Typography from '@material-ui/core/Typography'; // storiesOf('Slider', module).addDecorator(withKnobs) // .add('SliderComponent', () => // <Slider defaultValue={'6'} />); // storiesOf('Slider', module).addDecorator(withKnobs) // .add('SliderComponent disabled', () => // <Slider defaultValue={'6'} disabled={true} />); // storiesOf('Slider', module).addDecorator(withKnobs) // .add('SliderComponent vertical', () => // <Slider vertical={true} defaultValue={'6'} />); //# sourceMappingURL=Slider.stories.js.map