Packages

Lucide Icons integration for Phoenix LiveView

Current section

Files

Jump to
lucide_liveview guides installation.md
Raw

guides/installation.md

## ๐Ÿš€ Installation
Lucide LiveView is available on **Hex.pm**. To install it:
1. Add the dependency to your `mix.exs` file:
```elixir
defp deps do
[
{:lucide_liveview, "~> 0.1.0"}
]
end
```
2. Install dependencies and run the setup script:
```sh
mix deps.get
node assets/setup.js
```
๐Ÿ“Œ That's it! The setup script will automatically:
- Install `lucide-static` in your assets directory
- Configure TailwindCSS for Lucide icons
- Add Lucide icon support to your `core_components.ex`