Imagine ArtImagine Art

Platform Switcher

View in Figma

A dropdown selector for switching between different platforms or products.

Navigation

Import

import { PlatformSwitcher } from "@/components/ui"

API

PropTypeDefaultDescription
platformsPlatformOption[]Array of { id, label, icon?, description? } options.
valuestringCurrently selected platform ID.
onChange(id: string) => voidCallback when platform changes.

Examples