Button

Buttons allow users to trigger an action or event with a single tap.

Installation

$ 
...

Import

...

Usage

API Reference

Props

PropsTypeDefault
colordefault | primary | success | warning | dangerdefault
variantsolid | outline | flat | text | shadowsolid
sizexs | sm | md | lgmd
disabledbooleanfalse
loadingbooleanfalse
blockbooleanfalse
startContentReactNode-
endContentReactNode-
spinnerReactNode<Spinner />
spinnerPlacementstart | endstart

Events

PropsTypeDefault
onTap() => void-