@avalanche557/boxshadow
v1.0.1
Published
Give shadow to div
Readme
What is this used for ?
Get a perfect shadow to your div or image
Installation
npm i Boxshadow --save
Then...
import {Boxshadow} from 'BoxShadow';
Boxshadow({
shadow_type: 'soft',
padding: false
});options
Boxshodow support 2 options:
- shadow_type - hard / soft (default is soft)
- padding - boolean (default is false)
