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