awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCSS Isolation Wrappers

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.

Awesome CSS Isolation Wrappers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • oscargodson/epiceditorOscarGodson 的头像

    OscarGodson/EpicEditor

    4,216在 GitHub 上查看↗

    EpicEditor 是一个基于 JavaScript 的 Markdown 编辑器,设计为 Web 应用程序的可嵌入 UI 组件。它作为一个本地优先的内容管理器,利用浏览器本地存储进行自动草稿保存和离线内容持久化。 该编辑器的独特之处在于使用 iframe 来隔离样式,防止编辑器和宿主应用程序之间的 CSS 泄漏。它具有一个可自定义的 Markdown 解析器,允许开发人员用自定义函数替换默认解析引擎,以将文本转换为特定输出格式。 该系统提供了一个用于同时编辑和预览的分屏界面,支持全屏模式和动态尺寸调整。它包括一个用于创建、重命名和删除文件的文档管理系统,以及将内容导入和导出为文本、HTML 或 JSON 的机制。

    Uses iframes to isolate the editor and previewer styles, preventing CSS conflicts with the host web application.

    JavaScript
    在 GitHub 上查看↗4,216
  1. Home
  2. User Interface & Experience
  3. Extensible Interfaces
  4. Plugin Renderers
  5. Iframe-Based Rendering
  6. CSS Isolation Wrappers