Remove warnings for function version of the icons

This commit is contained in:
Max Veytsman
2022-02-15 23:44:39 -05:00
parent 4aa62f6ee1
commit 03bbf8b3c6
4 changed files with 4 additions and 9 deletions

View File

@ -32,7 +32,7 @@ and style it with some classes
<Heroicons.Solid.cake class="h-6 w-6 text-gray-500" />
```
Note that if you are not using HEEx/LiveView, there are (deprecated) function versions of each component:
There are also function versions of each component:
```eex
<%= Heroicons.Solid.cake() %>