import '../src/index'; import { html, render } from 'lit'; const modal = html` Modal header Content text Применить Закрыть `; render(modal, document.getElementById('app'));