1.0.2 • Published 3 years ago

style-boxs v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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)