Expand description
Leptos port of shadcn/ui Radio Group.
A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.
See the Rust shadcn/ui book for more documenation.
Re-exports§
pub use default::RadioGroup;pub use default::RadioGroupItem;pub use new_york::RadioGroup as RadioGroupNewYork;pub use new_york::RadioGroupItem as RadioGroupItemNewYork;pub use signal_managed::*;
Modules§
- default
- new_
york - signal_
managed - Signal-managed version of the radio-group component using leptos-shadcn-signal-management