This field-type allows users to choose icons with each of the available icon styles from Iconify.
Name | Description | Author |
---|---|---|
Iconify | Allows users to select any icon from Iconify | Jean-Philippe Kha |
Search and select your desired icon.
Returns an object with the icon name:
{
"plugin": "iconify",
"icon": "<icon name>",
...
}
You can check https://github.com/iconify/iconify on how to use Iconify inside your project.
From the plugin, you got a value, for example, logos:storyblok
then you can use it dynamically by using the Iconify component from your favorite framework.