Expand description
Leptos port of shadcn/ui progress
Re-exports§
pub use default::Progress;pub use default::ProgressRoot;pub use default::ProgressIndicator;pub use default::ProgressLabel;pub use default::ProgressVariant;pub use new_york::Progress as ProgressNewYork;pub use new_york::ProgressRoot as ProgressRootNewYork;pub use new_york::ProgressIndicator as ProgressIndicatorNewYork;pub use new_york::ProgressLabel as ProgressLabelNewYork;pub use new_york::ProgressVariant as ProgressVariantNewYork;pub use signal_managed::*;
Modules§
- default
- new_
york - signal_
managed - Signal-managed version of the progress component using leptos-shadcn-signal-management