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
类似于tag组件已经实现的color props 我是从其他的ui框架转来使用antdesign的,但是注意到button只有一个danger和primary,缺少了常用的success和waring。 希望可以在未来版本得到原生支持,谢谢!
color="danger/success/primary/warning"
The text was updated successfully, but these errors were encountered:
https://ant-design.antgroup.com/docs/spec/buttons-cn
Sorry, something went wrong.
No branches or pull requests
What problem does this feature solve?
类似于tag组件已经实现的color props
我是从其他的ui框架转来使用antdesign的,但是注意到button只有一个danger和primary,缺少了常用的success和waring。
希望可以在未来版本得到原生支持,谢谢!
What does the proposed API look like?
color="danger/success/primary/warning"
The text was updated successfully, but these errors were encountered: