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

0.6.8 • Public • Published

antd-pro-toolkit

🐜 ant design pro toolkit is an advance common components library.

Usage

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

Dependency

  • antd
  • lodash

Components

  • [x] AvatarList
  • [x] CountDown
  • [x] Ellipsis
  • [x] Headline
  • [x] NumberInfo
  • [x] ScrollSelect
  • [x] SlideVerify
  • [x] TabCascader
  • [x] Timeline
  • [x] Trend
  • [x] Uploader

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-toolkit

Weekly Downloads

0

Version

0.6.8

License

MIT

Unpacked Size

17.1 MB

Total Files

160

Last publish

Collaborators

  • andy_zheng