1.0.4 • Published 3 years ago

npm-stylewebpages v1.0.4

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

Styling Package

This package is very useful to style webpages creatively.

Installation

Install this npm package using following command :-

  npm install npm-stylewebpages

Documentation

Firstly give the class in the html document as 'box-shadow'. Now you can customize the box shadow using the following code :-

import { boxShadow } from 'stylewebpage';

boxShadow({
    boxShadowType: 'soft',
    padding: true
});

Features

This npm package supports 2 options, both of which are optional.

  • boxShadowType: hard | soft ( Default - soft )
  • padding: true | false ( Default - false )

Authors

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago