Function leptos_use::docs::BooleanDisplay
source · pub fn BooleanDisplay(props: BooleanDisplayProps) -> impl IntoView
Expand description
§Required Props
- value:
impl Into<MaybeSignal<bool>>
§Optional Props
- class:
impl Into<String>
- true_str: [
&'static str
] - false_str: [
&'static str
]