# Tooltips

For the tooltips we use the awesome Tippy.js (opens new window) library.

# Template

In the template specified in the glossary you can access the term's element and the custom fields configured in the field layout as usal in Craft CMS. A very simple template looks like this:

{{ term.term }}: {{ term.myCustomFieldHandle }}

# Options

Tippy.js has some options to customize the look and behavior. Currently the 'light' theme is used and no other options are customizable. However, we will enable them in the upcoming releases to give developers and designers more control.

# Styling

On their detailed documentation (opens new window) you can check out how to make customizations to the tooltip design.

Last Updated: 1/27/2023, 1:54:09 PM