1.0.5 • Published 3 years ago

boxshadowhelper v1.0.5

Weekly downloads
8
License
ISC
Repository
github
Last release
3 years ago

what does this package do?

Adds the perfect shadow to your HTML element. It is highly customizable

Installation

npm install boxshadowhelper --save-dev

Then...

import {boxShadow} from 'boxshadowhelper'

boxShadow({
  shadowType: "hard | soft",
  shadowColor:"#ffffff",
  shadowPosition: "inset | """
})

Options

boxshadowhelper supports 3 options

  • shadowType
  • shadowColor
  • shadowPosition
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago