import React from 'react'; import { storiesOf } from '@storybook/react'; storiesOf('Welcome page', module).add( 'welcome', () => { return (

欢迎来到 metu-ui 组件库

metu-ui 是为迷图网打造的一套UI组件库,不断完善

安装

npm install metu-ui --save

or

yarn add metu-ui

); }, { info: { disable: true } } );