Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/jsx/jsx-runtime.ts>jsxAttr

Web Framework built on Web Standards
Extremely Popular
Latest
variable jsxAttr
import { jsxAttr } from "https://deno.land/x/hono@v4.3.11/jsx/jsx-runtime.ts";

type

(name: string, value: string | Promise<string>) => HtmlEscapedString | Promise<HtmlEscapedString>