Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function EditLabel
import { EditLabel } from "https://deno.land/x/kview@0.14.1/components/EditLabel.tsx";

Parameters

unnamed 0: { value: Signal<string | undefined>; id?: string; name?: string; labelClass?: string; inputClass?: string; emptyDisplay?: string; disableKeys?: boolean; }