简单React
0 1

请解释:Ant Design (Antd)?它有什么优点 是什么?

【概念释义】

Ant Design 企业级 React UI:Table、Form、Layout、国际化。优点:组件全、中文文档、中后台首选;缺点:包体积、定制成本、风格同质。

【基础使用】

bash
npm i antd
jsx
import { Button, Table, Form, Input, ConfigProvider } from "antd";

<ConfigProvider theme={{ token: { colorPrimary: "#1677ff" } }}>
  <Form onFinish={onSubmit}>
    <Form.

登录查看完整 711

回答讨论

暂无讨论,登录后可抢先发言

本题库更多题目(50)