3.2.0 • Published 3 years ago

hamzagic-complibreact v3.2.0

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

Complib

A series of ReactJS components, ready to be used.

Installation

npm install

Documentation

Button

import Button from 'hamzagic-reactcomplib';

Then you will have a series of props to set the button layout:

text: button's text

color: font color

bg: background color

border: button's border settings

padding: padding

All settings follow css terminology.

Example:

<Button
text='My text'
color='white'
bg='blue'
border='none'
padding='5px 20px'>
</Button>
3.2.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago