10 lines
717 B
Erlang
10 lines
717 B
Erlang
{application,ex_heroicons,
|
|
[{modules,['Elixir.Heroicons','Elixir.Heroicons.Icon',
|
|
'Elixir.Heroicons.LiveView']},
|
|
{optional_applications,[phoenix_live_view,surface]},
|
|
{applications,[kernel,stdlib,elixir,logger,phoenix_html,
|
|
phoenix_live_view,surface]},
|
|
{description,"This package adds a convenient way of using Heroicons with your Phoenix, Phoenix LiveView and Surface applications.\n\nHeroicons is \"A set of 450+ free MIT-licensed high-quality SVG icons for you to use in your web projects.\"\nCreated by the amazing folks at Tailwind Labs.\n"},
|
|
{registered,[]},
|
|
{vsn,"2.0.0"}]}.
|