安装antd-mobile

npm i antd-mobile -S

法一

在这里插入图片描述

法二

在这里插入图片描述

法三

在这里插入图片描述
在这里插入图片描述

组件使用

import React, { Component } from 'react'
import { Button } from 'antd-mobile';

export default class Index extends Component {
  render() {
    console.log(process.env.REACT_APP_ENV)
    return (
      <div>
        首页
        <Button type="warning" disabled>warning disabled</Button>
      </div>
    )
  }
}

详细看官网
https://mobile.ant.design/docs/react/introduce-cn
https://mobile.ant.design/docs/react/use-with-create-react-app-cn

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐