Expand description
Leptos port of shadcn/ui button
Re-exports§
pub use default::Button;pub use default::ButtonVariant;pub use default::ButtonSize;pub use default::ButtonChildProps;pub use new_york::Button as ButtonNewYork;pub use new_york::ButtonVariant as ButtonVariantNewYork;pub use new_york::ButtonSize as ButtonSizeNewYork;pub use new_york::ButtonChildProps as ButtonChildPropsNewYork;pub use signal_managed::SignalManagedButton;pub use signal_managed::EnhancedButton;pub use signal_managed::SignalManagedButtonState;pub use signal_managed::SignalManagedButtonChildProps;
Modules§
- default
- new_
york - signal_
managed - Signal-managed version of the Button component using leptos-shadcn-signal-management