ng-devui icon indicating copy to clipboard operation
ng-devui copied to clipboard

官网文档 Button 按钮 bsStyle 缺少 'success' 'warning' 风格

Open ElsaOOo opened this issue 2 years ago • 0 comments

Describe the bug 官网文档 Button 按钮 bsStyle 缺少 'success' 'warning' 类型

To Reproduce Steps to reproduce the behavior:

https://devui.design/components/zh-cn/button/api#d-button

Expected behavior export type IButtonStyle = 'common' | 'primary' | 'text' | 'text-dark' | 'danger' | 'success' | 'warning';

Screenshots image

environments (please complete the following information):

  • Browser [e.g. chrome 80, safari]
  • component version [e.g. 8.0.0]
  • angular framework version [e.g. 8.0.0]

Additional context Add any other context about the problem here.

ElsaOOo avatar Dec 03 '21 13:12 ElsaOOo