How to use the @material/grid-list/dist/mdc.gridList.MDCGridListFoundation.strings function in @material/grid-list

To help you get started, we’ve selected a few @material/grid-list 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 gutenye / react-mc / src / GridList / GridList.js View on Github external
setStyleForTilesElement: (property, value) => {
        this.root_.querySelector(MDCGridListFoundation.strings.TILES_SELECTOR).style[property] = value
      },
      registerResizeHandler: (handler) => window.addEventListener('resize', handler),
github gutenye / react-mc / src / GridList / GridList.js View on Github external
getNumberOfTiles: () => {
        return this.root_.querySelectorAll(MDCGridListFoundation.strings.TILE_SELECTOR).length
      },
      getOffsetWidthForTileAtIndex: (index) => {