12-antd-mobile组件使用

蚂蚁金服出品的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'
 

你可能感兴趣的:(12-antd-mobile组件使用)