All Projects → m430 → antd-pro-toolkit

m430 / antd-pro-toolkit

Licence: other
🐜ant design pro toolkit.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Less
1899 projects

Projects that are alternatives of or similar to antd-pro-toolkit

Vue Antd Admin
🐜 Ant Design Pro's implementation with Vue
Stars: ✭ 2,766 (+21176.92%)
Mutual labels:  antd, ant-design, ant-design-pro
umi-plugin-antd-theme
🎨 Best theme plugin
Stars: ✭ 77 (+492.31%)
Mutual labels:  antd, ant-design, ant-design-pro
Virtual List
🧾 React Virtual List Component which worked with animation
Stars: ✭ 232 (+1684.62%)
Mutual labels:  antd, ant-design
React Ant
(基于pro 2.0)基于Ant Design Pro 的 (多标签页tabs、拖拽、富文本、拾色器、多功能table、多选Select)
Stars: ✭ 231 (+1676.92%)
Mutual labels:  antd, ant-design
antd-etable
Editable Table base on Ant Design
Stars: ✭ 43 (+230.77%)
Mutual labels:  antd, ant-design
next-plugin-antd-less
🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
Stars: ✭ 338 (+2500%)
Mutual labels:  antd, ant-design
Laravel React Blog
基于 Laravel 5.5 和 React 的个人博客系统
Stars: ✭ 226 (+1638.46%)
Mutual labels:  antd, ant-design
Ant Design Aliyun Theme
⚙ Ant Design Theme for console.aliyun.com
Stars: ✭ 237 (+1723.08%)
Mutual labels:  antd, ant-design
Input Number
React Input Number
Stars: ✭ 199 (+1430.77%)
Mutual labels:  antd, ant-design
wx-react-app
使用Create-React-App 和 Ant Design Pro 框架整合,演示地址:
Stars: ✭ 16 (+23.08%)
Mutual labels:  antd, ant-design-pro
ant-design-icons
Ant Design + Material Design Icon =
Stars: ✭ 21 (+61.54%)
Mutual labels:  antd, ant-design
antd-form-mate
📦 基于 ant design 的表单组件,配置化实现表单功能。
Stars: ✭ 14 (+7.69%)
Mutual labels:  antd, ant-design
ant-table-extensions
Export, Search extensions to Ant Design's Table component.
Stars: ✭ 43 (+230.77%)
Mutual labels:  antd, ant-design
Ant Plus
🔺 Ant Design 表单简化版
Stars: ✭ 212 (+1530.77%)
Mutual labels:  antd, ant-design
Ant Design Vue
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
Stars: ✭ 15,749 (+121046.15%)
Mutual labels:  antd, ant-design
Antd Img Crop
🔪 An image cropper for Ant Design Upload
Stars: ✭ 207 (+1492.31%)
Mutual labels:  antd, ant-design
Antizer
ClojureScript library for Ant Design React UI components
Stars: ✭ 234 (+1700%)
Mutual labels:  antd, ant-design
React Ui Roundup
A one-stop-shop for comparing the features of all the best React frameworks. Useful for designers and engineers alike!
Stars: ✭ 177 (+1261.54%)
Mutual labels:  antd, ant-design
picker
📅 All Date Pickers you need.
Stars: ✭ 185 (+1323.08%)
Mutual labels:  antd, ant-design
react-antd-formutil
Happy to use react-formutil in the project based on ant-design ^_^
Stars: ✭ 16 (+23.08%)
Mutual labels:  antd, ant-design

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

  • AvatarList
  • CountDown
  • Ellipsis
  • Headline
  • NumberInfo
  • ScrollSelect
  • SlideVerify
  • TabCascader
  • Timeline
  • Trend
  • 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("*******")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].