antd-pro-biz
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

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

  • [x] 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("*******")

Readme

Keywords

Package Sidebar

Install

npm i antd-pro-biz

Weekly Downloads

1

Version

0.4.1

License

MIT

Unpacked Size

10.4 MB

Total Files

54

Last publish

Collaborators

  • andy_zheng