Button
import { Button } from 'reui';
Example
<Button title="Hello world!" />
<Button>Children here</Button>
// Active or "checked" button
<Button active title="Active button" />
// Disabled button
<Button disabled title="Disabled button" />
Included themes
- ButtonPrimary
- ButtonSuccess
- ButtonInfo
- ButtonWarning
- ButtonDanger