leptos_declarative
Declarative components to represent control-flow and other useful
constructs in the [leptos] web framework not directly
provided by default.
This crate provides 2 main components
IfPortal
Usage
For more usage examples, please refer to the respective components' documentation, but here's a taste.
If
use *;
use *;
let = create_signal;
let = create_signal;
view! ;
Portal
use *;
use *;
;
view! ;