iced_web icon indicating copy to clipboard operation
iced_web copied to clipboard

A web runtime for iced that targets the DOM

Results 21 iced_web issues
Sort by recently updated
recently updated
newest added

`iced_web` is only necessary if you need to leverage the DOM. How to translate / transpone that to the `README.md`? ![image](https://github.com/iced-rs/iced_web/assets/35434094/b1232c87-56dd-4b6d-b2d8-57fa5650d3d0) That is from _discord_, the original question: > ......

I have an application using iced 0.4.2. On desktop, an image I am loading from disk works just fine. On web, I load the same image from a URL, and...

Thanks for making iced_web, it is really helpful in making UI's that work both natively and in the browser! I am using it together with [trunk](https://trunkrs.dev/) which handles building and...

Hi, I have just tried the tour example in web as described in the README. I habe opend the development tools in my browser, searching for the DOM elements created...

i was exploring the idea of writing a simple one pager website with a dynamic table on it in Iced. but when i compiled the web example I saw the...

License will help with avoiding legal problems while collaborating on the development here.

Thank you for creating iced_web, it makes it amazingly simple to create a UI that also works in the browser! I am using a substription to a timer event to...

Steps to reproduce: 1. create a new project: `cargo new foo` 2. add iced_web to the dependencies: ```Rust [dependencies] iced_web = { git="https://github.com/iced-rs/iced_web", branch="master" } ``` 3. build it for...

Borders around containers aren't rendering for me when selected in the style. I tested this for both Firefox and Chrome, but neither seemed to render it at all. On Firefox,...