@thesis-ui/button
v0.2.1
Published
Thesis UI - Button component
Downloads
8
Maintainers
Readme
Button component - Thesis UI
Installation
$ yarn add @thesis-ui/button
$ npm install @thesis-ui/button
Usage
import Button from '@thesis-ui/button';
<Button
isDisabled={false}
isSmall
>
Submit
</Button>