Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Shadow is used to give the illusion of perspective to flat design elements, mainly when you want to convey a higher level of importance to certain elements within the design.
🥑Do's
❌Don'ts
| Example | Description | Token |
|---|---|---|
0px 0px 0px 0px, 0% | None shadowElements without shadow | |
0px 0px 2px 0px, 50% | Shadow SMStatic elements, not clickable. | map-get($shadow, sm) |
0px 1px 6px 0px, 20% | Shadow MDClickable elements: regular state. | map-get($shadow, md) |
0px 2px 16px 0px, 30% | Shadow LGClickable elements: hover state. | map-get($shadow, lg) |
0px 2px 4px 0px, 15% | Shadow ELEVATEStatic elements that require showing elevation. | map-get($shadow, elevate) |