-
Hi, what is the syntax to use the inbuilt Heroicons in I've got this
I'd like to use Heroicons for
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Try this: def table_opts do
[
symbol_asc: symbol_asc()
]
end
defp symbol_asc do
assigns = %{}
~H"""
<Heroicons.chevron_up />
"""
end |
Beta Was this translation helpful? Give feedback.
-
Thanks for that. I wanted to try it, but now I get the error about Heroicons not being present for some reason I'll deal with that and try it again |
Beta Was this translation helpful? Give feedback.
-
I had to install |
Beta Was this translation helpful? Give feedback.
Try this: