# React19-Antd-Base **Repository Path**: noviceLuo/react19-antd-base ## Basic Information - **Project Name**: React19-Antd-Base - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React + TypeScript + Vite ## 描述 ``` 主要目的: 通用用户组件封装 通用弹框Model 包含表单提交功能 通用表格Table 包含查询、字段渲染、分页功能 ``` ```ts import type { MouseEvent } from 'react' function click(e: MouseEvent) {} ``` ```bash # class 样式合并 $ yarn add classnames $ yarn add styled-components ``` ## 富文本 ```bash # https://www.npmjs.com/package/react-quill yarn add react-quill ```