pub fn PopperArrow(props: PopperArrowProps) -> impl IntoView
Expand description
§Required Props
- attrs: [
Vec<(&'static str, Attribute)>
]
§Optional Props
- width:
impl Into<MaybeProp<f64>>
- height:
impl Into<MaybeProp<f64>>
- as_child:
impl Into<MaybeProp<bool>>
- node_ref:
NodeRef<AnyElement>
- children:
ChildrenFn