Platform Switcher
View in FigmaA dropdown selector for switching between different platforms or products.
NavigationImport
import { PlatformSwitcher } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| platforms | PlatformOption[] | — | Array of { id, label, icon?, description? } options. |
| value | string | — | Currently selected platform ID. |
| onChange | (id: string) => void | — | Callback when platform changes. |