Button

Useful to communicate actions to your users.

Props

Prop
Type
Description
childrenReactNodeThe content to render
appearancedefault | minimal | negative | positiveThe theming to apply
type*The type attribute specifies the type of button
iconStringA icon of the button
hasBorderBooleanWhether it should have border or not
isDisabledBooleanWhether it is disable or not
onClickFunctionA function to be called when on click

Examples

todo