Function thaw_components::If
source · pub fn If(props: IfProps) -> impl IntoViewExpand description
§Required Props
- cond:
impl Into<MaybeSignal<bool>> - then:
Then
§Optional Props
- else_if:
Vec<ElseIf> - fallback:
Fallback
pub fn If(props: IfProps) -> impl IntoViewimpl Into<MaybeSignal<bool>>ThenVec<ElseIf>Fallback