Expand description
Leptos port of shadcn/ui alert
Re-exports§
pub use default::Alert;pub use default::AlertTitle;pub use default::AlertDescription;pub use default::AlertVariant;pub use new_york::Alert as AlertNewYork;pub use new_york::AlertTitle as AlertTitleNewYork;pub use new_york::AlertDescription as AlertDescriptionNewYork;pub use new_york::AlertVariant as AlertVariantNewYork;pub use signal_managed::*;
Modules§
- default
- new_
york - signal_
managed - Signal-managed version of the alert component using leptos-shadcn-signal-management