0.0.3 • Published 2 years ago

astro-lucide v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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"
/>
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago