> ## 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.

# Note

> The note component

<img src="https://mintcdn.com/evidence/Z2CIIsynbphd2HX3/images/components/note/note.png?fit=max&auto=format&n=Z2CIIsynbphd2HX3&q=85&s=237a5ad9dba894f40a6a6c2bbf683c9d" alt="Basic Usage" width="1000" height="100" data-path="images/components/note/note.png" />

```liquid theme={null}
{% note  %}
Report data sourced from the World Bank
{% /note %}
```

## Examples

### Basic Usage

<img src="https://mintcdn.com/evidence/Z2CIIsynbphd2HX3/images/components/note/note.png?fit=max&auto=format&n=Z2CIIsynbphd2HX3&q=85&s=237a5ad9dba894f40a6a6c2bbf683c9d" alt="Basic Usage" width="1000" height="100" data-path="images/components/note/note.png" />

```liquid theme={null}
{% note  %}
Report data sourced from the World Bank
{% /note %}
```

## Attributes

<ResponseField name="class" type="string">
  Additional CSS classes to apply to the text
</ResponseField>

<ResponseField name="width" type="number">
  Set the width of this component (in percent) relative to the page width
</ResponseField>
