Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 350 Bytes

shadow.md

File metadata and controls

22 lines (18 loc) · 350 Bytes

This style control the component shadow style

Value

with the following property

  • shadow-width
  • shadow-color
  • shadow-offset-x
  • shadow-offset-y
  • shadow-spread

Usage

const style = {
    "shadow-width": "8px"
    "shadow-color": "black",
    "shadow-offset-x": "4px",
    "shadow-offset-y": "4px",
    "shadow-spread": "2px"
}