あいつの日誌β

働きながら旅しています。

2017-02-22から1日間の記事一覧

React Storybook で Material-UI を試す

create-react-app material-ui-storybook && cd $_ getstorybook npm install --save react-tap-event-plugin material-ui npm install --save-dev storybook-addon-material-ui edit `src/stories/index.js import React from 'react'; -import { storiesOf…