<legno-modal is-open="true" modal-style="info"/>
WARNING
When using plain HTML you need to manually toggle the visibility of the HTML element if you want to show and hide the modal.
<div class="legno-modal legno-modal--info">
<div class="legno-modal__content">
<div class="legno-modal__close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"> <path d="M21.85 6.293a1 1 0 011.497 1.32l-.084.094L7.707 23.263a1 1 0 01-1.497-1.32l.083-.094L21.849 6.293z" /><path d="M7.707 6.293a1 1 0 00-1.497 1.32l.083.094 15.556 15.556a1 1 0 001.498-1.32l-.084-.094L7.707 6.293z"/></svg></div>
Content
</div>
</div>