idyll-langidyll
DocsTutorialsGalleryEditor
menu

Overview

  • Introduction
  • Getting started
  • Markup syntax
  • HTML tags
  • Options and styles
  • Plugin system
  • Multipage template

Interactivity

  • Built-in components
  • Using components from npm
  • Make your own component
  • Scrolling and Refs

Publishing

  • Deploying to the web
  • Embedding Idyll

Useful Links

  • Github
  • Chat
  • Twitter
  • Support Us
← Back

Annotation

Use the annotation component to show a tooltip when the user hovers over text or other components.

Input:

[Annotation]
  [Graphic]
    This is Baby Yoda!
    [Image src:"https://upload.wikimedia.org/wikipedia/en/0/00/The_Child_aka_Baby_Yoda_%28Star_Wars%29.jpg" /]
    Cool, huh?
  [/Graphic]

  Annotation with Image!
[/Annotation]

Output: