mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
Update README.md
This commit is contained in:
parent
89017132c4
commit
710d7c6703
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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()),
|
||||
|
|
Loading…
Add table
Reference in a new issue