1 रिपॉजिटरी
Using iframes specifically to prevent CSS style leakage between an embedded component and its host application.
Distinct from Iframe-Based Rendering: Distinct from Iframe-Based Rendering by focusing on style encapsulation and leakage prevention rather than security or plugin execution.
Explore 1 awesome GitHub repository matching user interface & experience · CSS Isolation Wrappers. Refine with filters or upvote what's useful.
EpicEditor is a JavaScript-based Markdown editor designed as an embeddable UI component for web applications. It functions as a local-first content manager, utilizing browser local storage for automatic draft saving and offline content persistence. The editor is distinguished by its use of iframes to isolate styles, preventing CSS leakage between the editor and the host application. It features a customizable Markdown parser that allows developers to replace the default parsing engine with custom functions to transform text into specific output formats. The system provides a split-pane inter
Uses iframes to isolate the editor and previewer styles, preventing CSS conflicts with the host web application.