ohif-viewer/Packages/ohif-core/client/components/playground/playground.html

17 lines
470 B
HTML

<template name="componentPlayground">
<div class="component-playground">
{{>measureFlow}}
<!--
<div class="p-a-3">
{{>selectTree
key='label'
items=instance.items
label='Assign label'
searchPlaceholder='Search labels'
storageKey='measureLabelCommon'
}}
</div>
-->
</div>
</template>