astro-lucide
v0.0.3
Published
Astro component to use Lucide icons
Downloads
14
Readme
Astro Lucide
Astro component for Lucide Icons
Installation
npm install astro-lucide
pnpm install astro-lucide
yarn add astro-lucide
Use
import { ChevronLeft } from "lucide";
import Lucide from "astro-lucide"
<Lucide
icon={ChevronLeft}
class="size-5"
/>