You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
potato-launcher/src/js/forms/header.riot

14 lines
502 B

<tiny-sidebar-form-header>
<div class="bar">
<div class="bar__main">
{ props.title }
</div>
<div class="bar__end">
<button class="button button--transparent" type="button" onclick={ props.close }>
<svg class="icon fill-danger fill-text-hover" aria-hidden="true">
<use xlink:href="/symbol-defs.svg#icon-close"></use>
</svg>
</button>
</div>
</div>
</tiny-sidebar-form-header>