🐜 ant design pro toolkit is an advance common components library.
npm install --save antd-pro-toolkit
import { SlideVerify } from 'antd-pro-toolkit';
- antd
- lodash
- AvatarList
- CountDown
- Ellipsis
- Headline
- NumberInfo
- ScrollSelect
- SlideVerify
- TabCascader
- Timeline
- Trend
- Uploader
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("*******")