Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 520 Bytes

JUIcon Field Plugin for SEBLOD

The plugin displays svg icon and based on SVG Sprite.

How to use the plugin:

  1. Select the JUIcon Plugin
  2. Add the path to the sprite SVG file
  3. Save plugin in modal
  4. After that, additional fields will appear
  5. You can choose an icon from a sprite, set the size, or add a CSS class.

Support Seblod 3.x and Seblod 4.x.

Output for example:

<svg width="26" height="26" class="uk-text-primary">
    <use xlink:href="/app/sprite/icons.svg#my-best-icon"></use>
</svg>