﻿---
title: Example component
guid: example-component-guid-used-for-testing-dont-change
componentid: example-component
---
# Example component
This file is an example of how you should structure your documentation

:::componentpreview
## Base state
```html
<div class="examplecomponent">
    <h2 class="examplecomponent-headline">Headline for example component</h2>
</div>
```

## Second state
```html
<div class="examplecomponent">
    <h2 class="examplecomponent-headline">Second state</h2>
</div>
```
:::
