-
Hi there attempting to get a leptos app up and running with server side rendering (ssr) and I want styling (without tailwind). Tried using crates like [stylers](https://github.com/abishekatp/stylers) …
-
Hey there! Thanks for adding the `hash-files` option; it's really helpful.
I have `hash-files` and tailwind enabled. When I change my code to add a new tailwind class, it kicks off the rust build a…
-
-
There's unnecessary mention of having to install node and run `npx tailwind xxx` in the current docs. Not required when using `cargos-leptos`, but needs an update to the templates and an extra config …
-
You can create e.g. an AxisLabel with `Formatter::Function` in WASM, but it will be rendered as a string with the `RAW_MARK` prefix/suffix `#*#*#*#` and will not be available to call from JS. Unsure h…
v3xro updated
3 weeks ago
-
AFAIK, seems possible the reading of the source code to search for the location of the fluent-templates `static_loader!` macro definition and parse its content:
```rust
static_loader! {
stati…
-
When using `on:keydown` on a form element (or likely any input), the event is currently typed as `leptos::ev::KeyboardEvent`.
However, in the cause of input autocomplete (selecting a historic valu…
-
hello,
question about the styling, can we only install
- cargo add leptonic
have have the styling done with tailwind or bootstrap ect. or do we really need;
-cargo add --build leptonic-t…
-
-
Hey
The latest 0.5.x version of leptos refactored the reactive system to completely remove cx and Scope - how can this code be updated to work with the latest?