shadow_effects_web
v1.0.0
Published
A npm package that adds shadow effects to the components of a Web-page.
Downloads
3
Readme
What is this?
An npm package that adds shadows to the component of a Web-page.
Installation
npm i shadow_effect --save
Then
import { shadow_effect } from 'shadow_effect';
shadow_effect({
shadow_type: 'soft',
padding: false
});
Options (Parameters)
Shadow_effect supports 2 parameters, both of which are optional
- shadow_type - hard/ soft (Defaults to soft)
- padding - boolean (Defaults to false)