Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.58 KB

readme.md

File metadata and controls

21 lines (13 loc) · 1.58 KB

ix-button

Properties

Property Attribute Description Type Default
disabled disabled Disable the button boolean false
ghost ghost Button with no background or outline boolean false
invisible invisible [DEPRECATED] use ghost property

Invisible button
boolean false
outline outline Outline button boolean false
selected selected Show button as selected. Should be used with outline or invisible boolean false
type type Type of the button "button" | "submit" 'button'
variant variant Button varaint "Primary" | "Secondary" 'Primary'