jigoshadows
v1.0.0
Published
this help's to given a shadows to every divs and images together in single page at time. show it's good to use this small fetures.
Downloads
3
Readme
what is this?
this help's to given a shadows to every divs and images together in single page at time. show it's good to use this small fetures.
Installation
npm i jigoshadows --save
So...
import { jigoShadows } from "jigoShadows";
jigoShadows({
appliedFor: "div",
shadow_way: "soft",
padding: false,
});
options
jigoShadows supports 3 options,
- shadow_way - hard | soft (defaults to soft)
- padding - boolean (defaults to false)
- appliedFor - div | image (*required)