FloatButton.html 357 Bytes
<div id="NMEC_${id}" class="wev-comp-${compType}" style="${compStyle}">
	{@if img}
	    <img src="${img}">
	{@else if text}
		<div style="overflow: hidden;">
	    	<div class="${wordsClass}">$${text}</div>
	    </div>
	{@/if}
	{@if remind}
		<span class="wev-badge" {@if remindapi && remindapi.api}data-api="${remindapi.api.id}"{@/if}></span>
	{@/if}
</div>