Using icons in the content

You can also easily use UIkit icons in your content. In the Text and Textarea (KirbyText) fields. In Editor, you can use it only in the KirbyText field.

# Just icon
<span uk-icon="icon: check"></span>

# As icon link
<a href="" uk-icon="icon: heart"></a>

See all available icons https://getuikit.com/docs/icon#library

That's it. 😎

Last updated