Capítulo 39 de 147

Chapter 39: Aliased Names

Core Idea

Learn about the different import name styles available for Lucide icons in your Vue project and how to choose the one that best fits your needs.

Key Concepts

  • Choosing import name style

Code Examples

// These are all the same icon
import {
  House,
  HouseIcon,
  LucideHouse,
} from "@lucide/vue";
  • What it demonstrates: Aliased Names usage pattern from the official Lucide docs.

Key Takeaways

  1. Choosing import name style

Connects To

  • Vue: part of the Vue section of the Lucide docs.
  • Lucide for Vue: overview page for this section.