Home > @uniformdev/design-system > KeyValueInput

KeyValueInput() function

Warning: This API is now obsolete.

This component is in beta, name and props are subject to change without a major version

A component to render a sortable key-value input

Signature:

Parameters

ParameterTypeDescription
{ value, onChange, label, newItemDefault, keyLabel, valueLabel, keyInfoPopover, valueInfoPopover, disabled, errors, onFocusChange, }KeyValueInputProps<TValue>

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

const [value, setValue] = useState([]); return <>