Shadow
Shadow add depth and dimension to UI components, offering a sense of layering and hierarchy.


Specification
| Name | Shadow | CSS |
|---|---|---|
| None | ![]() | - |
| Button | ![]() | box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07); |
| Card | ![]() | box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05), 0px 6px 24px 0px rgba(0, 0, 0, 0.05) |
| Context Menu | ![]() | box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05), 0px 12px 50px 0px rgba(0, 0, 0, 0.10); |



