1.0.0 • Published 4 years ago

jbutton-prop v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

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)