Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 899 Bytes

Storyblok Field-Type Heroicons

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

plugin-iconify

Usage

Search and select your desired icon.

Returns an object with the icon name:

{
  "plugin": "iconify",
  "icon": "<icon name>",
  ...
}

How to use ?

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.