Interactive testing environment for react-shared components
Current: Default
Dropdown selection component with custom styling
Customize the select properties and see the changes in real-time
Different select states
Common use cases
valuestring - The selected value
onChange(value: string | undefined) => void - Change handler
disabledboolean - Disables the select
errorboolean - Shows error state styling
classNamestring - Additional CSS classes
childrenReact.ReactNode - Option elements to display in the dropdown