Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Latest commit

 

History

History
 
 

button

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Button

This is a generic button component using the Vanilla button styles.

Example usage:

<Button>I'm a button!</Button>

Button types:

<Button modifier="positive">Positive</Button>

Disabled button:

<Button disabled={true}>Disabled</Button>

Submit button:

<Button disabled={true}>Submit</Button>

With a tooltip:

<Button tooltip={{msg: 'Tooltip message', position: 'btm-rgt'}}>Hover me</Button>