react-web-style-components

0.4.0 • Public • Published

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)

Package Sidebar

Install

npm i react-web-style-components

Weekly Downloads

3

Version

0.4.0

License

ISC

Unpacked Size

1.53 kB

Total Files

3

Last publish

Collaborators

  • tapasmaity