Expand description
Node reference extras for Leptos.
Modules§
Structs§
- AnyNode
Ref - A reactive reference to a DOM node that can be used with the
node_ref
attribute. - AnyNode
RefAttr - Attribute wrapper for node references that allows conditional rendering across elements.
Traits§
- Into
AnyNode Ref - Allows converting any node reference into our type-erased
AnyNodeRef
.
Functions§
- any_
node_ ref - Constructs an attribute to attach an
AnyNodeRef
to an element.