How to use the @material/elevation.constants.UMBRA_OFFSET_Y function in @material/elevation

To help you get started, we’ve selected a few @material/elevation examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github material-components / material-components-web / packages / mdc-shape / foundation.js View on Github external
get finalUmbraShadowOffsetY_() {
    return constants.UMBRA_OFFSET_Y[this.elevation_];
  }