开始使用

wangxingkang
上次修改时间: 2019-12-13 09:44:80

前序准备#

你的本地环境需要安装 yarnnodegit

安装#

// yarn
yarn add @alitajs/antd-plus

// npm
npm install -D @alitajs/antd-plus

使用#

import React form 'react';
import { SendCode } form '@alitajs/antd-plus';

class Example extends React.Component {
  render() {
    return (
      <div>
        <SendCode />
      </div>
    )
  }
}