- ButtonGreen
- ButtonBlue
- ButtonOrange
- ButtonRed
- ButtonsRow
$ npm install @time-with/buttons
or
$ yarn add @time-with/buttons
import {
ButtonsRow,
ButtonBlue,
ButtonGreen,
} from './shared/buttons'
<ButtonsRow>
<ButtonBlue onClick={this.handleSeeExampleProfile}>
<p>See an example profile</p>
<FontAwesome icon='eye' />
</ButtonBlue>
<ButtonGreen onClick={this.handleSubmit}>
<p>Next</p>
<FontAwesome icon='arrow-right' />
</ButtonGreen>
</ButtonsRow>
Type: Boolean
Default: false
Type: String
Default: left
MIT