How to use protvista-zoomable - 2 common examples

To help you get started, we’ve selected a few protvista-zoomable 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 ebi-webcomponents / nightingale / packages / protvista-track / src / protvista-track.js View on Github external
static get observedAttributes() {
    return ProtvistaZoomable.observedAttributes.concat([
      "highlight",
      "color",
      "shape",
      "filters"
    ]);
  }
github ebi-webcomponents / nightingale / packages / protvista-sequence / src / protvista-sequence.js View on Github external
static get observedAttributes() {
    return ProtvistaZoomable.observedAttributes.concat(
      "highlightstart",
      "highlightend"
    );
  }

protvista-zoomable

A zoomable component for ProtVista

MIT
Latest version published 5 months ago

Package Health Score

75 / 100
Full package analysis

Popular protvista-zoomable functions