View Sourceimport { Button } from 'components'

Button

This is a Button component

Props

Button

View Source

children

React.ReactNode

backgroundColor

string

color

string

variant

"primary" | "secondary" = 'primary'

style

React.CSSProperties

IconButton

View Source

style

React.CSSProperties

color

string

variant

"primary" | "secondary" = 'primary'

backgroundColor

string

icon *

string

Examples