diff --git a/README.md b/README.md index ac7b174..e2fab60 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ ## Leptos compatibility -| Crate version | Compatible Leptos version | -| ------------- | ------------------------- | -| 0.1 | 0.5 | -| 0.2 / 0.3 | 0.6 | +| Crate version | Compatible Leptos version | +| --------------------------------------------------------------- | ------------------------- | +| 0.1 | 0.5 | +| 0.2 / 0.3 | 0.6 | +| [thaw/fluent](https://github.com/thaw-ui/thaw/tree/thaw/fluent) | 0.7 | ## Resources diff --git a/demo/src/components/switch_version.rs b/demo/src/components/switch_version.rs index 2c36d21..d32a003 100644 --- a/demo/src/components/switch_version.rs +++ b/demo/src/components/switch_version.rs @@ -5,6 +5,9 @@ use thaw::*; pub fn SwitchVersion() -> impl IntoView { let options = vec![ SelectOption::new("main", "https://thawui.vercel.app".into()), + SelectOption::new("0.3.3", "https://thaw-npgo2zdtv-thaw.vercel.app".into()), + SelectOption::new("0.3.2", "https://thaw-czldv7au5-thaw.vercel.app".into()), + SelectOption::new("0.3.1", "https://thaw-bwh2r7eok-thaw.vercel.app".into()), SelectOption::new("0.3.0", "https://thaw-gxcwse9r5-thaw.vercel.app".into()), SelectOption::new("0.2.6", "https://thaw-mzh1656cm-thaw.vercel.app".into()), SelectOption::new("0.2.5", "https://thaw-8og1kv8zs-thaw.vercel.app".into()),