1.0.0-beta.1 • Published 2 years ago

@bits-x/button v1.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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>