Capítulo 37 de 147
Learn how to use Lucide Lab or custom icons in your Vue applications using the Icon component.
Icon component<script setup>
import { Icon } from '@lucide/vue';
import { baseball } from '@lucide/lab';
</script>
<template>
<Icon :iconNode="baseball" />
</template>
Icon component