Interactive testing environment for react-shared components
Current: Default
Radio button component designed for payment plans and pricing options
Customize the button properties and see the changes in real-time
Different button states
Typical payment radio button implementations
pricestring - The price to display (e.g., "$29", "Free")
priceLabelstring - Additional text next to price (e.g., "per month", "one-time")
labelstring - Badge label (e.g., "Popular", "Best Value", "Limited Time")
selectedboolean - Whether this option is currently selected
disabledboolean - Disables the button
onClick() => void - Click handler function
classNamestring - Additional CSS classes
childrenReact.ReactNode - The plan/option name or title