From 87e6290b6c13dcd47014c3e9851d1571dfe9a1d1 Mon Sep 17 00:00:00 2001 From: "PL196\\40380" <403802162@qq.com> Date: Sun, 11 Aug 2024 17:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .docs/docs/guide/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.docs/docs/guide/index.md b/.docs/docs/guide/index.md index 9eb851a..87e1040 100644 --- a/.docs/docs/guide/index.md +++ b/.docs/docs/guide/index.md @@ -46,9 +46,10 @@ order: 1 ## 对比 antd -1. 首先,antd 无疑是非常优秀的,表现极佳。只是因为它要满足诸多个性化的需求,所以它的包实际上是很庞大的。与此相反,Camelia 是很小巧的。 +1. 首先 antd 无疑是非常优秀的,只是因为它要满足诸多个性化的需求,所以它的包实际上是很庞大的。与此相反,Camelia 是很小巧的。 2. Camelia 致力于以精简的代码实现组件,如果您的项目喜欢体积小的包,或者说觉得 Camelia 适合您的项目,您不妨可以试用下。 3. 打个比方 我想使用的只是一个简单输入框组件,当你使用 Camelia 你只会得到一个简单的 Input, 而 antd 会有额外的个性化需求代码在里面。 +4. 如果想去修改 antd 代码,实现一些需求,是有点困难的;包依赖关联强。相反 Camelia 代码是非常简单的,很轻松的改一些个性化需求。

这是antd的某个按钮大小