0.0.3 • Published 1 year ago

astro-lucide v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago