/tv-icon

icon components used in the nuxt-tailvue ui

Primary LanguageVueMIT LicenseMIT

Test Javascript

These are the icons used by tv-toast and tv-button

Custom colors

<div class="bg-white p-2 rounded border mr-10">
    <IconCheck primary="text-green-300" secondary="text-green-400" class="w-5 h-5" />
</div>

<div class="bg-white p-2 rounded border mr-10">
    <IconBang primary="text-red-300" secondary="text-red-400" class="w-5 h-5" />
</div>