Variant =
Size =
color =
colorText =
width =
height =
{{ typeItem.code }}
{{
`
PROPS
variant
type: String
default: primary
value: [primary, secondary, danger, success, tertiary, tertiary-danger]
disabled
type: Boolean
default: false
size
type: String
default: medium
value: [small, medium, full]
color
type: String
default: ""
value: [hexCode]
colorText
type: [String]
default: ""
width
type: [String]
default: ""
height:
type: [String]
default: ""
justIcon
type: [Boolean]
default: false
iconLeft
type: [String]
default: ""
iconRight
type: [String]
default: ""
`
}}