1.0.4 • Published 2 years ago

npm-stylewebpages v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago