---
layout: page.11ty.cjs
title: Previewbox ⌲ Home
---

<script src="https://cdn.jsdelivr.net/npm/@mariusbongarts/previewbox/dist/link/index.min.js"></script>

This documentation is only a complementary ressource to the official documentation. For detailed information, please refer to the [official documentation](https://previewbox.link/docs).

## As easy as HTML

<section class="columns">
  <div>

Our components are just HTML elements. You can use them anywhere you can use HTML!

```html
<previewbox-link href="https://web-highlights.com">
</previewbox-link>
```

  </div>
  <div>

<previewbox-link href="https://web-highlights.com">
</previewbox-link>

  </div>
</section>
