antd-pro-biz

antd pro biz

Usage no npm install needed!

<script type="module">
  import antdProBiz from 'https://cdn.skypack.dev/antd-pro-biz';
</script>

README

antd-pro-biz

🐜 ant design biz is an advance biz components library.

Usage

npm install --save antd-pro-biz antd-pro-toolkit
import { AddressSelector } from 'antd-pro-biz';

Components

  • AddressSelector

token

Some story need to comunicate with server to fetch data, and need to login first, so you need to create a token file(token.js) like below, otherwise you will get some error.

import Des from './utils/des';

export const username = "user"
export const password = Des.enc("*******")