Skip to content

mrdejong/lucide_icons

 
 

Repository files navigation

Lucideicons

CI

This package adds a convenient way of using Lucide with your Phoenix.LiveView applications.

Lucide is "An open source icon library for displaying icons and symbols in digital and non-digital projects. It consists of 850+ Vector (svg) files", and is a fork of Feather Icons.

You can find the original docs here and repo here.

Installation

Add lucide_icons to the list of dependencies in mix.exs:

def deps do
  [
    {:lucide_icons, "~> 1.1"}
  ]
end

Then run mix deps.get.

Usage

With Heex

<Lucideicons.alert_triangle class="h-4 w-4" aria-hidden/>

where alert_triangle refers to a specific icon name.

Icon names can be retrieved from Lucideicons.icon_names/0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 89.2%
  • Nix 8.7%
  • Shell 2.1%