New issue
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
feat: 4.0 danger button #19837
feat: 4.0 danger button #19837
Conversation
Deploy preview for ant-design ready! Built with commit e8dd412 |
Codecov Report
@@ Coverage Diff @@
## 4.0-prepare #19837 +/- ##
============================================
Coverage 97.55% 97.55%
============================================
Files 292 292
Lines 7210 7210
Branches 1994 1956 -38
============================================
Hits 7034 7034
Misses 176 176
Continue to review full report at Codecov.
|
/rebase |
0ea85fe
to
1d0f97d
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 6ca5628:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e8dd412:
|
components/form/demo/form-context.md
Outdated
@@ -96,7 +96,7 @@ const Demo = () => { | |||
<ul> | |||
{users.map((user, index) => ( | |||
<li key={index} className="user"> | |||
<Avatar icon="user" /> | |||
<Avatar icon={<User />} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有点问题
search
danger
, deprecatedtype="danger"
View rendered components/button/demo/button-group.md
View rendered components/button/demo/ghost.md
View rendered components/button/demo/icon.md
View rendered components/form/demo/form-context.md