Good morning, everyone.
I'm starting an app with Ionic. And I'm trying to use the components that Ionic brings by default from code.
I understand that I need to import some type of library or similar since it currently does not work. If I put
<button class="button button-dark">Prueba</button>
As specified in the link that I went through earlier:
<button class="button button-dark">
button-dark
</button>
Does not work visually.