1.0.0 • Published 4 years ago
jbutton-prop v1.0.0
jbutton
easy showdow properties for buttons
Installation
'npm i jbutton --save'
Then ....
.......... import {jbutton} from 'jbutton';
jbutton({
shadow_type:'soft',
padding: false
});
.............
Options
jbutton supports two options they are
- shadow_type - hard | soft (default is soft)
- padding - - boolean (defaults to false)
1.0.0
4 years ago