Skip to content

Instantly share code, notes, and snippets.

View MariusBongarts's full-sized avatar

Marius Bongarts MariusBongarts

View GitHub Profile
@MariusBongarts
MariusBongarts / index.html
Created October 27, 2024 16:31
Previewbox Article
<previewbox-article href="https://web-highlights.com"></previewbox-article>
@MariusBongarts
MariusBongarts / index.html
Created October 27, 2024 16:27
<previewbox-link>
<previewbox-link href="https://web-highlights.com"></previewbox-link>
@MariusBongarts
MariusBongarts / index.html
Created October 27, 2024 16:07
Previewbox installation
<script src="https://cdn.jsdelivr.net/npm/@mariusbongarts/previewbox/dist/index.min.js"></script>
@MariusBongarts
MariusBongarts / index.html
Created October 27, 2024 15:54
Previewbox Demo
<previewbox-link href="https://web-highlights.com"></previewbox-link>
<h1>Test</h1>
class MyWebComponent extends HTMLElement {...}
window.customElements.define('my-web-component', MyWebComponent);
@MariusBongarts
MariusBongarts / README.md
Created August 8, 2023 06:39
My Github profile preview

Hey there, I'm Marius 👋

  • 💼 Frontend Engineer @ Accenture Song
@MariusBongarts
MariusBongarts / README.md-preview
Last active August 8, 2023 06:38
Github README profile
<h1 align="center">Hey there, I'm Marius 👋</h1>
<p align="center">
<img src="https://komarev.com/ghpvc/?username=MariusBongarts&label=Profile+Views" />
</p>
<img align='right' src="https://media.giphy.com/media/M9gbBd9nbDrOTu1Mqx/giphy.gif" width="230">
- 💼 Frontend Engineer @ Accenture Song
{
"compilerOptions": {
"target": "es2022",
"lib": ["es2022", "esnext.decorators", "dom"]
}
}
Symbol.metadata ??= Symbol("Symbol.metadata");