style-boxs
v1.0.2
Published
Get A design Box every time
Downloads
4
Readme
What is ths ?
Get A design Box every time
Installation
npm i stylebox
Then...
import {Stylebox} from 'style-boxs'
Stylebox({
shadow_type:'soft',
padding:true
});
Options
Stylebox support 2 options, both of which are optional:
- shadow_type - _hard | soft (Defaults to soft)
- padding - boolean (Defaults to false)