Components

Button

<Button />

Constructor

# <Button />

Button component

Parameters:
Name Type Description
type string

button type

disabled boolean

disabled status

title string

title over a button when hover

onClick function

callback function

children array

button content e.g button text

View Source components/UI/Button/Button.js, line 18

button with text or icon

jsx