setInput(e.target.value)}
onKeyDown={(e) => e.key === "Enter" && handleGo()}
placeholder="例: example.com または https://example.com"
style={{flex: 1, padding: "8px 12px", fontSize: 16}}
aria-label="URL入力"
/>
{error && {error}
}
{loading && 読み込み中…
}
{src ? (
) : (
URL を入力して GO を押すとここに表示されます。
)}