0.0.5-3 • Published 5 years ago

kachnar v0.0.5-3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Kachnar

npm version

Kachnar is library of reusable component, that can be used in React 16.8

This is in under development version 1.0.0 will be available soon.

Find Example: https://sachin32.github.io/kachnar/

npm install --save kachnar

Components

Button
Es 5
const Kachnar = require('kachnar');
const Button = Kachnar.Button; 
Es 6
import { Button } from 'kachnar';
Example
<Button {...props}>
    Submit
</Button>
Props
PropsDefault ValueDescription
primaryfalseShow button in blue color
successfalseShow button in success color green
errorfalseShow button in error color red
warnfalseShow button in warn color yellow
infofalseshow button in info color blue
microfalseFont size 10px
minifalseFont size 12px
smallfalseFont size 14px
bigfalseFont size 16px
xbigfalseFont size 18px
0.0.5-3

5 years ago

0.0.5-2

5 years ago

0.0.5-1

5 years ago

0.0.5-0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago