leptos/examples/spread
2024-04-05 14:55:31 -04:00
..
public feat: allow spreading of both attributes and event handlers (#2432) 2024-04-05 14:30:34 -04:00
src feat: allow spreading of both attributes and event handlers (#2432) 2024-04-05 14:30:34 -04:00
Cargo.toml chore(ci): move example CI over to stable (#2502) 2024-04-05 14:55:31 -04:00
index.html feat: allow spreading of both attributes and event handlers (#2432) 2024-04-05 14:30:34 -04:00
Makefile.toml feat: allow spreading of both attributes and event handlers (#2432) 2024-04-05 14:30:34 -04:00
README.md feat: allow spreading of both attributes and event handlers (#2432) 2024-04-05 14:30:34 -04:00
rust-toolchain.toml feat: allow spreading of both attributes and event handlers (#2432) 2024-04-05 14:30:34 -04:00

Leptos Attribute and EventHandler spreading Example

This example creates a simple element in a client side rendered app with Rust and WASM!

Dynamic sets of attributes and event handler are spread onto the element with little effort.

Getting Started

See the Examples README for setup and run instructions.

Quick Start

Run trunk serve --open to run this example.