componente · @solu30/ui-kit/feedback
Command
El componente, montado
Cargando el componente del paquete instalado…
Cargando el chunk del paquete instalado…
De dónde se importa
import { Command } from '@solu30/ui-kit/feedback'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| children | sí | ReactNode | — |
| className | opcional | string | — |
| value | opcional | string | Controlled search value. When provided, `Command` delegates state ownership to the consumer; pair with `onValueChange` to update it. When omitted, `Command` manages search state internally (existing behaviour — fully backward-compatible). |
| onValueChange | opcional | (v: string) => void | Called with the new search string whenever the input changes. Required when `value` is provided; no-op when omitted. |