---
title: "Introduction"
metaTitle: "This is the title tag of this page"
metaDescription: "This is the meta description"
---

import ColocatedTabs from 'components/tabsTest'

Some introduction text. Lists out all the headings from h1 to h6. Easy to
customise.

# Tabs test

  <ColocatedTabs>
    <ColocatedTab label="Taco">
      <p>All of the content 1</p>
    </ColocatedTab>
    <ColocatedTab label="Burrito">
      <p>All of the content 2</p>
    </ColocatedTab>
    <ColocatedTab label="Taquito">
      <p>All of the content 3</p>
    </ColocatedTab>
  </ColocatedTabs>


# Tab test 2


  <ColocatedTabs>
    <ColocatedTab label="Taco">
      <p>All of the content 1</p>
    </ColocatedTab>
    <ColocatedTab label="Burrito">
      <p>All of the content 2</p>
    </ColocatedTab>
    <ColocatedTab label="Taquito">
      <p>All of the content 3</p>
    </ColocatedTab>
  </ColocatedTabs>

## Heading H2
Heading 2 text

### Heading H3
Heading 3 text

#### Heading H4
Heading 4 text

##### Heading H5
Heading 5 text

###### Heading H6
Heading 6 text

## Lists
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5