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/footer.riot

16 lines
687 B

<tiny-sidebar-form-footer>
<div class="sidebar__footer">
<button class="button button--danger m-bottom-0" disabled={ props.loading } if={ props.id }>
Delete
<svg class="icon fill-success p-left-3" aria-hidden="true">
<use xlink:href="symbol-defs.svg#icon-delete"></use>
</svg>
</button>
<button class="button m-bottom-0" type="submit" disabled={ props.loading } close>
Save
<svg class="icon fill-success p-left-3" aria-hidden="true">
<use xlink:href="symbol-defs.svg#icon-arrow-right"></use>
</svg>
</button>
</div>
</tiny-sidebar-form-footer>