Skip to content

ARYAN-CODES-STAR/shadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

What is this?

Get perfect every time for the non-designer.

Installation

npm i shadow --save

Then...

... import {shadow} from 'shadow';

shadow({ shadow_type: 'soft'; padding: false });

...

Options

Shadow supports a few options to customize how it works.

  • shadow_type - hard | soft (Defaults to "soft")

  • padding - boolean (Defaults to false)