An easy to use leptos component library
Find a file
Yu Sun 18658044c2
Use fully qualified syntax in the example of Drawer (#187)
* perf: replace `expect` with `unwrap_or_else`

The macro/functions in `expect` is not lazy, which means it will always be called

* style: remove needless borrowing

* perf: remove needless clone

* style: remove needless `format!`

* style: use `and_then` instead

* style: use `?` instead

* style: remove needless closure

* fix: use fully qualified syntax instead

https://github.com/rust-lang/rust/issues/48919

* style: formatted

* style: fix some other clippy issues
2024-05-07 23:36:36 +08:00
.github/workflows fix: next_frame leaks (#147) 2024-03-20 11:01:48 +08:00
demo Use fully qualified syntax in the example of Drawer (#187) 2024-05-07 23:36:36 +08:00
demo_markdown Use fully qualified syntax in the example of Drawer (#187) 2024-05-07 23:36:36 +08:00
examples/ssr_axum feat: update leptos to v0.6.10 2024-04-05 23:51:03 +08:00
thaw Use fully qualified syntax in the example of Drawer (#187) 2024-05-07 23:36:36 +08:00
thaw_components v0.3.1 2024-04-27 20:58:49 +08:00
thaw_utils Use fully qualified syntax in the example of Drawer (#187) 2024-05-07 23:36:36 +08:00
.gitignore ci: fix build gh-pages workflow 2023-10-11 11:07:57 +08:00
Cargo.toml v0.3.1 2024-04-27 20:58:49 +08:00
CHANGELOG.md v0.3.1 2024-04-27 20:58:49 +08:00
leptosfmt.toml style: add leptosfmt.toml 2023-12-23 12:24:04 +08:00
LICENSE Initial commit 2023-03-28 12:18:39 +08:00
logo.svg feat: remove wasm-bindgen 2023-11-02 16:52:34 +08:00
README.md v0.3.0 2024-04-14 00:41:57 +08:00

Thaw Logo

Thaw UI

An easy to use leptos component library

Documentation

https://thawui.vercel.app

Leptos compatibility

Crate version Compatible Leptos version
0.1 0.5
0.2 / 0.3 0.6

Resources

Pigment

Naive UI

Contribution

Thank you to all the people who already contributed to Thaw!