0.0.10 • Published 1 year ago
@jjbitna/jj-button v0.0.10
JJ-Button
install
yarn add @jjbitna/jj-button
usage
<JJButton>BUTTON</JJButton>
props
props | type | defalut | description |
---|---|---|---|
shape | 'round', 'rect', 'round-full', 'circle' | 'round' | button shapes |
size | 'small', 'middle', 'large' | 'middle' | button sizes |
color | 'gray', 'primary', 'secondary', 'error' | 'gray' | button colors |
icon | React.ReactNode | undefind | button prefix icon |
buttonType | 'text', 'bordered', 'dashed', 'fill', 'twotone' | 'bordered' | button type |
fullWidth | boolean | false | when 'true' width 100% |