From d594c7b714a77e7ab7742694cdac08db2beb1861 Mon Sep 17 00:00:00 2001 From: Artur Marczyk <248171+arturmarc@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:05:46 +0200 Subject: [PATCH] Add overflow-guard web component to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc123e..f06919d 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ CSS Shadow Parts allow developers to expose certain elements inside Shadow DOM f - [``](https://github.com/cifkao/html-midi-player) - MIDI file player and visualizer web components. - [``](https://github.com/google/model-viewer) - Web component for rendering interactive 3D models. - [``](https://github.com/Samyssmile/notectl) - Modern rich text editor with plugin architecture, immutable state, and zero-config framework-agnostic deployment. +- [``](https://github.com/arturmarc/overflow-guard) - Custom element for detecting overflow and applying fallback styles. - [``](https://github.com/alekswebnet/pdfjs-viewer-element) - Custom element that embeds PDF.js default viewer. - [``](https://github.com/playerxo/playerx) - Media player web component. - [``](https://github.com/andreruffert/progressive-image-element) - Custom element to progressively enhance image placeholders.