Skip to content

dandedotdev/lucide-leptos

Repository files navigation

Lucide Leptos

Github GitHub License

This is a crate based on Lucide designed for Leptos front-end applications.

leptos-icons has a better implementation, and it also contains Lucide icons. I recommend using it!

Installation

# Cargo.toml
lucide-leptos = { git = "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/dandelion-huang/lucide-leptos.git", branch = "main" }

Usage

use lucide_leptos::ArrowRight;

#[component]
fn MyComponent() -> impl IntoView {
    view! {
        <ArrowRight />
    }
}

About

Lucide icons for Leptos front-end applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages