We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
title
extra
footer
'slot'
bordered
'booelan'
'true'
hoverable
'false'
loading
size
事件
The text was updated successfully, but these errors were encountered:
@clfeng @danranVm 负责此组件的 review, API 设计完成后请 @ 他们
@
Sorry, something went wrong.
@danranVm @clfeng 麻烦大佬review下
API 很克制,很棒。有几点建议:
<ix-card borderless ></ix-card> <!-- 而不是 --> <ix-card :bordered="false" ></ix-card>
size 配置项的说明是指的卡片的大小吧? 当前api的配置项相对于antd来说是少了很多,个人觉得antd内置了很多的场景,这个我们可以后续考虑是否加上这些场景。然后再代码编写的时候可能要考虑的就是如果 以后要加上这些场景的话,代码是否好扩展
f3a55cb
clfeng
danranVm
CruellyJoHn
No branches or pull requests
What problem does this feature solve?
What does the proposed API look like?
ix-card
title
extra
footer
'slot'
bordered
'booelan'
'true'
'true'
hoverable
'booelan'
'false'
'false'
loading
'booelan'
'false'
'false'
size
事件
The text was updated successfully, but these errors were encountered: