Some text description
This package comes with a variety of stylish React components and these components can be easily customized.
npm i react-web-dev-style-components --save
then...
```
import { shadowItem } from 'shadowItem';
shadowItem({
shadow_type: 'soft',
padding: false
}) ;
```
## Options
ShadowItem supports 2 options, both of which are optional:
* *shadow_type* - _hard | soft_ (Defaults to soft)
* *padding* - _boolean_ (Defaults to false)