3.2.0 • Published 1 year ago

hamzagic-complibreact v3.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.2.0

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago