use crate::components::{Demo, DemoCode}; use leptos::*; use prisms::highlight_str; use thaw::*; #[component] pub fn AlertPage() -> impl IntoView { view! {
"Name" | "Type" | "Default" | "Description" |
---|---|---|---|
"title" | "MaybeSignal |
r#""""# | "Title of the alert." |
"variant" | "AlertVariant" | "Alert variant." | |
"children" | "Children" | "The content of the alert." |