{"id":28481271,"url":"https://github.com/opensass/browser-rs","last_synced_at":"2026-03-09T10:02:43.553Z","repository":{"id":296673910,"uuid":"987154100","full_name":"opensass/browser-rs","owner":"opensass","description":"🧭 Browsers layouts for WASM frameworks.","archived":false,"fork":false,"pushed_at":"2025-11-03T22:30:07.000Z","size":582,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T17:15:41.748Z","etag":null,"topics":["apple","browser","chrome","dioxus","iframe","ios","leptos","rust","window","yew"],"latest_commit_sha":null,"homepage":"https://docs.rs/browser-rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opensass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-20T16:49:35.000Z","updated_at":"2025-11-14T10:45:59.000Z","dependencies_parsed_at":"2025-06-07T23:46:01.790Z","dependency_job_id":null,"html_url":"https://github.com/opensass/browser-rs","commit_stats":null,"previous_names":["opensass/browser-rs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/opensass/browser-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Fbrowser-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Fbrowser-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Fbrowser-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Fbrowser-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensass","download_url":"https://codeload.github.com/opensass/browser-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Fbrowser-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30290932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apple","browser","chrome","dioxus","iframe","ios","leptos","rust","window","yew"],"created_at":"2025-06-07T20:01:26.977Z","updated_at":"2026-03-09T10:02:43.541Z","avatar_url":"https://github.com/opensass.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🧭 Browser RS\n\n[![Crates.io](https://img.shields.io/crates/v/browser-rs)](https://crates.io/crates/browser-rs)\n[![Crates.io Downloads](https://img.shields.io/crates/d/browser-rs)](https://crates.io/crates/browser-rs)\n![Crates.io License](https://img.shields.io/crates/l/browser-rs)\n[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg?logo=rust\u0026logoColor=white)](https://www.rust-lang.org/)\n[![Rust](https://img.shields.io/badge/Rust-1.85%2B-blue.svg)](https://www.rust-lang.org)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/wiseaidev)\n\n[![Join our Discord](https://dcbadge.limes.pink/api/server/b5JbvHW5nv)](https://discord.gg/b5JbvHW5nv)\n\n\u003c!-- absolute url for docs.rs cause assets is excluded from crate --\u003e\n![logo](https://raw.githubusercontent.com/opensass/browser-rs/refs/heads/main/assets/logo.webp)\n\n\u003c/div\u003e\n\n## 🎬 Demo\n\n| Framework | Live Demo |\n| --- | --- |\n| Yew | [![Netlify Status](https://api.netlify.com/api/v1/badges/a0efc7e9-f20e-4dd9-93e1-c8f4fde7506f/deploy-status)](https://browser-rs.netlify.app) |\n| Dioxus | [![Netlify Status](https://api.netlify.com/api/v1/badges/a0efc7e9-f20e-4dd9-93e1-c8f4fde7506f/deploy-status)](https://browser-dio.netlify.app) |\n| Leptos | TODO |\n\n## 📜 Intro\n\n**Browser RS** is a browser window emulator for Rust-based WASM frameworks like **Yew**, **Leptos**, and **Dioxus**. Designed to wrap embedded content in a mock browser frame, it offers complete control over styling, layout, and interactions.\n\n## 🤔 Why Use Browser RS?\n\n1. **🖼️ Realistic Browser Look**: Simulates a browser window with address bar, controls (close, minimize, maximize), and content area.\n\n1. **🔩 Highly Configurable**: Toggle visibility, customize styles, and control behavior with dozens of props.\n\n1. **📟 Accessible by Default**: Comes with semantic roles and ARIA attributes for screen readers and keyboard users.\n\n1. **⚡ Interactive Hooks**: Emit callbacks on user actions like URL change, hover, click, blur, focus, and keyboard events.\n\n1. **🎛️ Theming-Ready and Style-Agnostic**: Comes with sensible defaults but is easily styled via Tailwind, CSS classes, or inline styles.\n\n## Yew Usage\n\n\u003c!-- absolute url for docs.rs cause YEW.md is not included in crate --\u003e\nRefer to [our guide](https://github.com/opensass/browser-rs/blob/main/YEW.md) to integrate this component into your Yew app.\n\n## 🧬 Dioxus Usage\n\n\u003c!-- absolute url for docs.rs cause DIOXUS.md is not included in crate --\u003e\nRefer to [our guide](https://github.com/opensass/browser-rs/blob/main/DIOXUS.md) to integrate this component into your Dioxus app.\n\n## 🌱 Leptos Usage (TODO)\n\n\u003c!-- absolute url for docs.rs cause LEPTOS.md is not included in crate --\u003e\nRefer to [our guide](https://github.com/opensass/browser-rs/blob/main/LEPTOS.md) to integrate this component into your Leptos app.\n\n## 🤝 Contributions\n\nContributions are welcome! Whether it's bug fixes, feature requests, or examples, we would love your help to make Browser RS better.\n\n1. Fork the repository.\n1. Create a new branch for your feature/bugfix.\n1. Submit a pull request for review.\n\n## 📜 License\n\nBrowser RS is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute this library in your projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensass%2Fbrowser-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensass%2Fbrowser-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensass%2Fbrowser-rs/lists"}