Buttons are used to make common actions visible
import { Button } from '@cleartrip/bento'className
stringAdditional classes to be added to the component
type
enumChanges the appearance of the component
size
enumThese values modify the size of the component
disabled
boolThis disables the button
busy
stringThis disables the button and shows a custom text
outline
boolChanges the appearance to an outline
appearance
enumChanges the appearance to dark/light mode
full
boolMakes the button full width
onClick
funcHandles onclick function
CONTENTS