Hey, im having some issues with ionic icons…
Im making a simple HTML page and i needed a custom icon for a button
this is my code:
<a class="btn btn-outline-primary btn-block" type="button" id="button2" onclick=redirectToURL(this.id)><ion-icon src="https://raw.githubusercontent.com/tabler/tabler-icons/master/icons/lock.svg"></ion-icon>Login</a>
expected:
result:
I dont really know whats going on…
1 post - 1 participant