Components

Button

<Button />

Constructor

# <Button />

Parameters:
Name Type Attributes Description
onClick function

onClick handler function

icon String <optional>

button icon

color String <optional>

color code

fill String <optional>

fill icon color

size String <optional>

sm | md | lg options

title String <optional>

button title

type String <optional>

button type/color primary | success | error | warning ..etc

className String <optional>

className passed for styled components

View Source Components/Button.js, line 80

<Button />

Constructor

# <Button />

Parameters:
Name Type Description
active Boolean

background color change

onClick function

onClick prop

children Object

<Icon passed as children

View Source Components/Select.js, line 42