/antd-react-components

基于antd高度封装的B端组件库,包含使用文档,可发布于npm私有库

Primary LanguageTypeScriptMIT LicenseMIT

介绍

本仓库是一个文档与组件集于一体的仓库,里面包含了一些常用的 react 组件,便于快速开发。 @lands-pro/antd-react-components 分别发布在了 npm 公有库和私有库,可自行决定安装的地址

相关文档

组件文档

GitHub

Development

# install dependencies
$ pnpm install

# develop library by docs demo
$ pnpm start

# build library source code
$ pnpm run build

# build library source code in watch mode
$ pnpm run build:watch

# build docs
$ pnpm run docs:build

# check your project for potential problems
$ pnpm run doctor

效果演示

alt text alt text alt text alt text alt text alt text alt text alt text

LICENSE

MIT