Interactive testing environment for react-shared components
Current: Default
Selectable button component for toggle groups and option selection
Customize the button properties and see the changes in real-time
Different button states
Typical select button implementations
variant'default' - Button style variant (currently only 'default' is available)
size'md' - Button size (currently only 'md' is available)
selectedboolean - Whether this button is currently selected
disabledboolean - Disables the button
onClick() => void - Click handler function
classNamestring - Additional CSS classes
childrenReact.ReactNode - Button label or content