0.1.20 • Published 3 years ago
prince-jogani v0.1.20
prince-jogani NPM package
Install
Install using npm install prince-jogani
Usage
In a React app, use the Button components:import { Button } from 'prince-jogani'
Use like this
<Button
// onClick={() => onClick()}
// onProgress={() => console.log("asd")}
// disabled
// id="testingID"
// className="btn-success"
// textTransform="uppercase"
// advanceCSS="onhoverzoom"
// cursor="pointer"
// prefix="$"
// suffix="#"
// vibrate={true}
// border="1px solid #808080"
// color="#fff"
// background="#000"
// fontSize="18px"
// padding="10px 18px"
>
Hey, I am Prince
</Button>Button props
| Name | type | Required | Default | Description |
|---|---|---|---|---|
| onClick | Function | false | Empty | it's click event function |
| onProgress | Function | false | Empty | progerss event function |
| disabled | Boolean | false | false | disable button |
| id | String | false | "unique" | id use for DOM need to be unique |
| className | String | false | Empty | just a className |
| textTransform | String | false | "unset" | css textTransform property to be use |
| advanceCSS | String | false | Empty | onhoverzoom, onhoverup, onhovervibrate |
| cursor | String | false | "pointer" | css cursor property to be use |
| prefix | String, HTML | false | Empty | it's button prefix value |
| suffix | String, HTML | false | Empty | it's button suffix value |
| vibrate | Boolean | false | false | vibrate usage wrong property will put |
| border | String | false | "none" | css border property to be use |
| color | String | false | "white" | css color property to be use |
| background | String | false | "black" | css background property to be use |
| fontSize | String | false | "18px" | css fontSize property to be use |
Hey i am Prince Jogani
if any error facing with you than mail me at prince.jogani7@gmail.com with subject NPM prince-jogani and what is the error and also any suggestion for package than also mail me...
Keep coding, Keep working.
Thanks for Visit us.
0.1.20
3 years ago
0.1.19
3 years ago
0.1.18
3 years ago
0.1.17
3 years ago
0.1.16
3 years ago
0.1.15
3 years ago
0.1.14
3 years ago
0.1.13
3 years ago
0.1.12
3 years ago
0.1.11
3 years ago
0.1.10
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago