12-antd-mobile组件使用

2018-06-25  本文已影响0人  谷子多

蚂蚁金服出品的UI组件库。
1、安装

 npm install antd-mobile@next --save
npm install babel-plugin-import --save

2、简单使用

import {Button} from 'antd-mobile'
import 'antd-mobile/dist/antd-mobile.css'
 <Button type='primary'>按钮</Button>
上一篇 下一篇

猜你喜欢

热点阅读