How to print a list of icons just from an array
for example [{ name: "edit" }, { name: "settings" }]
and i get
<i-mdi-edit />
<i-mdi-settings />
and in the browser it really renders the wanted icon
How to print a list of icons just from an array
for example [{ name: "edit" }, { name: "settings" }]
and i get
<i-mdi-edit />
<i-mdi-settings />
and in the browser it really renders the wanted icon
i used dynamic components