0.1.3 • Published 3 years ago

@labrnth/button v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@labrnth/button

A button component.

Installation

yarn add @labrnth/button

Usage

import Button from '@labrnth/button';

<Button />

Props

PropTypeDefaultDescription
childrenReact.ReactNodeThe contents of the button.
color?red, green, blue, yellow, white, light, dark, blacklightThe base colour of the button.
variant?solid, outline, soft, ghostsolidThe variant of the button.
size?small, medium, largemediumThe size of the button.
component?React.ElementTypebuttonThe underlying component of the button.
fullWidth?booleanfalseWhether to make the button full width.
0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago