@aniyajs/components
v1.0.9
Published
A react library developed with dumi
Downloads
9
Readme
介绍
@aniyajs/components
是一款基于 Ant Design 4、Ant Design 5 二次封装的组件
✨ 特性
- 基于 Ant Design 的表单二次开发
- 使用 TypeScript 构建,提供完整的类型定义文件。
兼容环境
- 现代浏览器
- 支持服务端渲染。
版本
安装
使用 npm 或 yarn 安装
$ npm i @aniyajs/components --save
# 或
$ yarn add @aniyajs/components
🌰 例子
单独使用
import { ACascader } from '@aniyajs/components/form';
import { DownloadFile } from '@aniyajs/components/extra';
import { ACascader, DownloadFile } from '@aniyajs/components';