1.0.0 • Published 4 years ago

krsshadow v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Krsshadow

krsshadow is a npm downloadable library, which applies shadows to all the components with the class of '.krs'

Tinstallation

To install this module, use the following command: npm i krsshadow --save

import { shadowit } from 'krsshadow';

shadowit({
    shadow_type: 'soft',
    padding: false
})

Options

There are two option supported, both which are optional.

  • shadow_type - hard/soft (Default is soft)
  • padding - boolean (Default is false)