Skip to content

yanivdouieb/shadwoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SHADWOO

Get perfect shadows like you've never seen... For non-designers

Installation

npm i shadwoo --save

Then...

import { shadwoo } from 'shadwoo';
shadwoo({
    myShadwoo: '.shadwoo',
    shadwoo_type: 'medium',
    shadwoo_opacity: '56',
    shadwoo_color: '#7792bd',
    padding: false
});

OPTIONS

  • myShadwoo : Define the class or id

  • shadwoo_type : hard (0px) / medium (7px) / soft (15px)

  • shadwoo_opacity : 0 to 100

  • shadwoo_color : Color in HEX format

  • padding : boolean If you enable the padding option, add the following option:

      padding_value : Padding value
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published