How to use the paraview-glance/src/constants.Breakpoints.md function in paraview-glance

To help you get started, we’ve selected a few paraview-glance 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 Kitware / paraview-glance / src / components / core / VtkView / script.js View on Github external
smallScreen() {
      return this.$vuetify.breakpoint.width < Breakpoints.md;
    },
    singleViewButton() {
github Kitware / paraview-glance / src / components / core / LayoutView / script.js View on Github external
smallScreen() {
      return this.$vuetify.breakpoint.width < Breakpoints.md;
    },
    views() {