0.0.9 • Published 2 years ago

complib-vane-test v0.0.9

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

React UI Component Library

A collection of reusable React UI components.

Usage

Run npm i --save {name our library} in your project root (that contains the package.json file) to get started.

Example

import { Button } from '{name our library}'
...
// A simple button with just mandatory lable
// all other props take default values

<Button label="Can't click Me" size = 'md' isDisabled="true" btnType="personalized"/>

// A customised button with values provided for optional props
<Button
    label = 'Hello World'
    size = 'lg'
    btnType = 'primary'
    onClick = { onClickHandler }
/>
0.0.3

2 years ago

0.0.2

2 years ago

0.0.9

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago