0.4.0 • Published 1 year ago

react-web-style-components v0.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

React style Components

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)