-
Notifications
You must be signed in to change notification settings - Fork 0
Button.style
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
style for the button
type: String/Number
let button = new Button({
style: "primary"
});
Style | Bit |
---|---|
Primary | 1 |
Secondary | 2 |
Success | 3 |
Danger | 4 |
Link | 5 |