UNPKG

itk-viewer-reference-ui

Version:
10 lines (7 loc) 277 B
import style from '../ItkVtkViewer.module.css' function addLayerUIRow(context) { const layersUIRow = document.createElement('div') layersUIRow.setAttribute('class', style.layersUIRow) context.layers.layersUIGroup.appendChild(layersUIRow) } export default addLayerUIRow