UNPKG

paraview-glance

Version:

Web application for Visualizing Scientific and Medical datasets

13 lines 306 B
<div :class="{ [$style.sheet]: true, [$style.visible]: value }" :style="{ top: `${sheetTop}px` }" > <div ref="slotWrapper" class="grey darken-3 white--text" :class="$style.slotWrapper" :style="{ transform: `translateY(${visible ? 0 : '100%'})` }" > <slot></slot> </div> </div>