Skip to content

Glossary definition

Last updated View as MarkdownAgent setup

The GlossaryDefinition component is used 36 times on 30 pages.

See all examples of pages that use GlossaryDefinition

Used 36 times.

Pages

Partials

Use the this component to add extra information to an existing glossary entry. term defines which glossary entry you want to prepend information to, while prepend= adds the extra info.

Component

import { GlossaryDefinition } from "~/components"

<GlossaryDefinition term="example" prepend="The definition for example is: " />

Glossary

productName: Style Guide
entries:
  - term: example
    general_definition: |-
      Hello, world! You can use **Markdown** features inside of your `tooltips`.

Was this helpful?