Introduction

Beautifully styled, token-driven components for the Iced GUI framework.

Floe UI is a collection of reusable components built natively in Rust for theIced framework. It is highly inspired by the popular React library shadcn/ui.

This is NOT a component library.It's a collection of components that you can copy and paste directly into your Iced apps.

What do you mean by "not a component library"?

I mean you do not install it as a dependency from Crates.io (though we might provide a core traits crate in the future).
You own the code. You can copy the source code of the component you need and customize it however you want.