React Shared Components

Interactive testing environment for react-shared components

Theme Playground

Current: Default

StoreSelect

Dropdown selection component with custom styling

Interactive Playground

Customize the select properties and see the changes in real-time

(none)

States

Different select states

Normal (No Selection)

With Selected Value

Error State

Disabled

Examples

Common use cases

Time Zone Selection

Product Category

Quantity Selection

API Reference

Props

value

string - The selected value

onChange

(value: string | undefined) => void - Change handler

disabled

boolean - Disables the select

error

boolean - Shows error state styling

className

string - Additional CSS classes

children

React.ReactNode - Option elements to display in the dropdown