An easy to use leptos component library
Find a file
Ari Seyhun 324bc57e42
feat: Add support for multiple options in Select (#166)
* feat!: Add support for multiple options in Select

* feat: Sync Select menu when value is updated

* feat: Decrease line height of multi select items

* fix: Invalid callback on multiselect tag close

* feat: Sync Select menu only for multiple values

* feat: separate `MultiSelect` from `Select` component

* fix: SelectLabel slot implementation

* feat: rename `MultiSelect` to `SelectMulti`

* feat: rename and move `MultiSelect`

* feat: add arrow to select component

* feat: lower opacity of select dropdown arrow icon

* fix: inconsistent select font size

* fix: select menu font size

* feat: add clear button to multi select

* fix: Multi select icon on click attribute

* feat: use inline-block for select component

* feat: detect select min width based on options

* feat: add `allow_clear` prop to `MultiSelect`

* feat: remove select min width detection

* feat: use `Children` for `SelectLabel`

* feat: rename `allow_clear` to `clearable`

* fix: follower min width

* feat: remove inline-block from `Select`
2024-04-23 09:41:01 +08:00
.github/workflows fix: next_frame leaks (#147) 2024-03-20 11:01:48 +08:00
demo feat: Add support for multiple options in Select (#166) 2024-04-23 09:41:01 +08:00
demo_markdown feat: Add support for multiple options in Select (#166) 2024-04-23 09:41:01 +08:00
examples/ssr_axum feat: update leptos to v0.6.10 2024-04-05 23:51:03 +08:00
thaw feat: Add support for multiple options in Select (#166) 2024-04-23 09:41:01 +08:00
thaw_components feat: Add support for multiple options in Select (#166) 2024-04-23 09:41:01 +08:00
thaw_utils Feat/anchor (#170) 2024-04-19 14:42:30 +08:00
.gitignore ci: fix build gh-pages workflow 2023-10-11 11:07:57 +08:00
Cargo.toml v0.3.0 2024-04-14 00:41:57 +08:00
CHANGELOG.md v0.3.0 2024-04-14 00:41:57 +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!