> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evidence.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Info

> Display an info icon with a tooltip showing additional information on hover

<img src="https://mintcdn.com/evidence/3VqmJP-3dtFa-PrP/images/components/info/info.png?fit=max&auto=format&n=3VqmJP-3dtFa-PrP&q=85&s=a8a2ec7b96542358b43763651e347c85" alt="Basic Usage" width="1000" height="48" data-path="images/components/info/info.png" />

```liquid theme={null}
{% info text="Report data as of Dec 31, 2024" /%}
```

## Examples

### Basic Usage

<img src="https://mintcdn.com/evidence/3VqmJP-3dtFa-PrP/images/components/info/info.png?fit=max&auto=format&n=3VqmJP-3dtFa-PrP&q=85&s=a8a2ec7b96542358b43763651e347c85" alt="Basic Usage" width="1000" height="48" data-path="images/components/info/info.png" />

```liquid theme={null}
{% info text="Report data as of Dec 31, 2024" /%}
```

## Attributes

<ResponseField name="text" type="string" required />

<ResponseField name="color" type="string" />

<ResponseField name="className" type="string" />

<ResponseField name="link" type="string">
  Add a link to a URL for the info text
</ResponseField>

<ResponseField name="link_title" type="string">
  Create a custom link title for the URL, placed after the info text
</ResponseField>
