ModelSelector
LLM model picker dropdown.
import { ModelSelector } from '@ybouhjira/hyperkit';Static examples
This component depends on app-level context (providers, services, or interactive setup) that does not fit the inline playground yet, so its examples are shown as static code.
#Props
| Prop | Type | Default | Description |
|---|---|---|---|
models * | ModelOption[] | — | — |
value | string | — | — |
onChange | (modelId: string) => void | — | — |
disabled | boolean | — | — |
class | string | — | — |
* required prop.