Add components for Heroicons

This commit is contained in:
Max Veytsman
2021-11-12 09:09:03 -05:00
parent c180227ad7
commit af9ee9bd5f
6 changed files with 108 additions and 78 deletions

View File

@ -27,6 +27,7 @@ defmodule HeroiconsElixir.MixProject do
defp deps do
[
{:phoenix_html, "~> 2.14 or ~> 3.0"},
{:phoenix_live_view, ">= 0.16.0", optional: true},
{:ex_doc, "~> 0.23", only: :dev, runtime: false}
]
end