Please enable JavaScript.
Coggle requires JavaScript to display documents.
a3dn-buttonComponent, ButtonColor, ButtonCaracteristic, ButtonType -…
a3dn-buttonComponent
Input()
isPending?: boolean;
Input()
type: ButtonType
Input()
color: ButtonColor
Input()
icon?: string
Input()
disabled?: boolean
Params
button : ButtonCaracteristic
ButtonColor
secondary : ButtonCaracteristic
success : ButtonCaracteristic
danger : ButtonCaracteristic
Basic : ButtonCaracteristic
disabled : ButtonCaracteristic
primary : ButtonCaracteristic
ButtonCaracteristic
backgroundOnHover?: string
outlineOnHover?: string
outline?: string;
color?: string
colorOnHover?: string
background?: string
ButtonType
uncolored: ButtonParams
text: ButtonParams
colored : ButtonParams