Skip to content

Files

Latest commit

5b5fe64 · Dec 3, 2020

History

History
18 lines (13 loc) · 705 Bytes

File metadata and controls

18 lines (13 loc) · 705 Bytes

Button

This component implements a button.

Usage

<Button text="Click me" variant="primary" onClick={clickHandler} />

Props

Name Type Required Default Description
onClick func required onClick handler
className string names of custom css classes separated by space
text string required text of the button
variant string default variant