-
Just curious if this project was still active or if there was another project similar to this that aims to implement radix like functionality for Leptos? I would love to eventually see and/or help in …
R2rho updated
7 months ago
-
Things planned for the future
- [x] `Table` component with corresponding `THead`, `TBody`, `TFooter`, `Tr` and `Td`.
- [x] `Kbd` component displaying keyboard chortcuts.
- [x] `ColorPicker` of so…
-
If the consumer is using a rust ui framework, eg leptos, we should make it easy to call the api. Do we require building an OpenApi client in this case? Seems a little weird tbh. Maybe we can generate …
-
Summary of [discord exchange](https://discord.com/channels/1031524867910148188/1040262908074000425/1061787343993978940)
Full error mesage
```
PS [project_dir]> cargo leptos watch --release
warni…
-
It would be great to show the query result on the webpage.
like use Loptos to build a web UI and show the result in a table, like leptos-struct-table.
Hope there will be a simple demo to make cor…
-
Before formatting:
![image](https://github.com/user-attachments/assets/df96ea09-0bdf-41ee-98e4-9799259cdb2b)
After formatting:
![image](https://github.com/user-attachments/assets/cc20e497-565…
-
**Describe the bug**
Tagging island attributes with prop(into) or prop(default) errors.
**Leptos Dependencies**
0.7.0-beta, or leptos_0.7 branch (commit 25f0186098a01eb40caa846a1524678dc12213e7…
-
Basing my tests on [the book](https://book.leptos.dev/router/18_params_and_queries.html) I wrote the following
```
use leptos::*;
use leptos_router::*;
#[derive(Params)]
struct UrlQuery {
…
-
Hello
I'm trying to achieve this example https://github.com/gaucho-labs/leptos-hotkeys/blob/9143458a64eb5a5d738e6e977927e8f1b58dc71d/examples/ssr-demo/src/app.rs#L63
Which is capturing when the …
-
I like the idea of your crate, one of the least fun things about making UIs is having to deal with forms and processing them.
That being said, your current implementation does not use the backing …