No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Button

Html button.

Props

NameDescriptionDefault
type
string
"default"
htmlType
"submit""button""reset"
"button"
className
string
-
style
object
-
size
"small""normal""large"
"normal"
icon
string
""
iconSize
stringnumber
-
iconType
string
"dark"
loading
bool
-
disabled
bool
-

Examples

Basic

Basic usage for Button Component, using type to customize button styles.

With Icon

Passing icon prop to Button.

Loading

Passing loading prop to Button.