@bits-x/button
v1.0.0-beta.1
Published
## Installation
Downloads
2
Readme
button
Installation
$ yarn add @bits-x/button
# or
$ npm install @bits-x/button
Usage
import Button from '@bits-x/button'
<Button>
Primary Button
</Button>
<Button disabled>
Primary Button
</Button>
<Button size="small">
Primary Button
</Button>
<Button variant="outlined">
Secondary Button
</Button>
<Button variant="error">
Delete Button
</Button>
<Button type="submit">
Guardar
</Button>