shaddyjs
v1.0.0
Published
Add awesome shadows to your HTML elements without writing CSS
Downloads
3
Readme
Shadow js
Get perfect box shadow for your elements without writing CSS.
installation
npm i shadowjs --save
How to use
import {createShadow} from 'shadowjs`;
createShadow({
shadowType: 'soft',
padding: 'false'
});
options
shadowjs supports 2 options, both of which are optional;
- shadowType - hard | soft (Defaults to soft)
- padding - boolean (Defaults to false)