URL highlighting with inline CM

This commit is contained in:
Gregory Schier
2023-02-28 11:26:26 -08:00
parent e57e7bcec5
commit d77ed0c5cc
11 changed files with 266 additions and 36 deletions

View File

@@ -23,10 +23,12 @@ export function UrlBar({ sendRequest, loading, onMethodChange, method, onUrlChan
<form onSubmit={handleSendRequest} className="w-full flex items-center">
<Input
hideLabel
useEditor
onSubmit={sendRequest}
name="url"
label="Enter URL"
className="font-mono"
onChange={(e) => onUrlChange(e.currentTarget.value)}
onChange={onUrlChange}
defaultValue={url}
placeholder="Enter a URL..."
leftSlot={