Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

antd-more

caijf716MIT4.6.14TypeScript support: included

基于 antd 扩展的业务场景组件。

react, react-components, ant-design, antd, antd-more

readme

antd-more

npm

基于 antd 扩展的业务场景组件。

查看文档和示例

特性

  • 💎 简单易用 - 基于 Ant Design 进行封装
  • 📦 场景丰富 - 面向业务场景封装
  • 💡 TypeScript - 提供 TypeScript 类型定义

对应版本

antd-more antd
v0 ~ v3 v4
v4 v5

使用

安装

npm install antd-more
yarn add antd-more
pnpm add antd-more

示例

import { BizField } from 'antd-more';

// 值类型为颜色,显示红色色块
ReactDon.render(<BizField value="red" valueType="color" />, mountNode);

文档

数据展示

数据录入

其他

通用

精选第三方 react 组件