floem icon indicating copy to clipboard operation
floem copied to clipboard

A native Rust UI library with fine-grained reactivity

Results 98 floem issues
Sort by recently updated
recently updated
newest added

Hi! I'm trying to see if I can use this with using their [winit](https://github.com/tauri-apps/window-vibrancy/blob/dev/examples/winit.rs) example. To use `apply_mica`, I need the window handle from to pass it in the function....

Border Radius applied to a stack ![Screenshot 2023-09-24 at 7 35 44 PM](https://github.com/lapce/floem/assets/13090441/70679ed7-d4c7-4a7e-9560-51035959d010) Border radius applied to clip ![Screenshot 2023-09-24 at 7 35 40 PM](https://github.com/lapce/floem/assets/13090441/1cd97153-ad00-404f-b81a-bc69ca7d5536)

https://github.com/lapce/floem/assets/1407980/cddb5665-e852-451f-aef0-084f44b6af04 This line appears to trigger, causing the cursor glyph index to jump to the end of the line: https://github.com/lapce/floem/blob/main/src/views/text_input.rs#L948 Something in 189985f459f1533399e1b5e26cf95f63ea19dbb9 appears to have triggered a bit of...

I got a panic when trying to `cargo run` the `animations` example. To reproduce: ``` git clone https://github.com/lapce/floem cd floem/examples/animations RUST_BACKTRACE=1 cargo run ``` ``` $ RUST_BACKTRACE=1 cargo run Finished...

Hi! As a lazy dev I would like to slap a kind of stylesheet to my UI to get started with a beautiful UI. Is that something that should be...

T: enhancement
T: question

Based on the conversation https://discord.com/channels/946858761413328946/1194271151296364635 It makes sense to add a special measurement unit which allows to set sizes which are related to screen sizes(something like wh, ww in css)

Because each example is its own sub-project, running `cargo --example example-name` doesn't work. This maybe makes sense for examples that include assets or special dependencies, but from a quick skim...

The input box component cannot enter Chinese

Hello, i am making a desktop app that need some windows in transparent mode because they are builded above of a game. Making like an external overlay and i don´t...

This one took me a while to track down... Given the `virtual_list` [example](https://github.com/lapce/floem/blob/main/examples/virtual_list/src/main.rs) we have in the repo now: https://github.com/lapce/floem/blob/7e78abb06eac12609d661728ce2fbb0064d5451d/examples/virtual_list/src/main.rs#L14-L32 All I have to do to break it is to...