Skip to main content
Home
This release is 7 versions behind 4.7.7 — the latest version of @hono/hono. Jump to latest

@hono/hono@4.6.20
Built and signed on GitHub Actions

Web framework built on Web Standards

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
76%
Published
3 months ago (4.6.20)
interface JSX.HTMLAttributes

Properties

optional
accesskey: string | undefined
optional
autocapitalize:
"off"
| "none"
| "on"
| "sentences"
| "words"
| "characters"
| undefined
optional
autofocus: boolean | undefined
optional
class:
string
| Promise<string>
| undefined
optional
contenteditable:
boolean
| "inherit"
| undefined
optional
contextmenu: string | undefined
optional
dir: string | undefined
optional
draggable:
"true"
| "false"
| boolean
| undefined
optional
enterkeyhint:
"enter"
| "done"
| "go"
| "next"
| "previous"
| "search"
| "send"
| undefined
optional
hidden: boolean | undefined
optional
id: string | undefined
optional
inert: boolean | undefined
optional
inputmode:
"none"
| "text"
| "tel"
| "url"
| "email"
| "numeric"
| "decimal"
| "search"
| undefined
optional
is: string | undefined
optional
itemid: string | undefined
optional
itemprop: string | undefined
optional
itemref: string | undefined
optional
itemscope: boolean | undefined
optional
itemtype: string | undefined
optional
lang: string | undefined
optional
nonce: string | undefined
optional
placeholder: string | undefined
optional
popover:
boolean
| "auto"
| "manual"
| undefined
optional
slot: string | undefined
optional
spellcheck: boolean | undefined
optional
style:
CSSProperties
| string
| undefined
optional
tabindex: number | undefined
optional
title: string | undefined
optional
translate:
"yes"
| "no"
| undefined
optional
itemProp: string | undefined

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@hono/hono

Import symbol

import { JSX } from "@hono/hono/jsx";
or

Import directly with a jsr specifier

import { JSX } from "jsr:@hono/hono/jsx";

Add Package

pnpm i jsr:@hono/hono
or (using pnpm 10.8 or older)
pnpm dlx jsr add @hono/hono

Import symbol

import { JSX } from "@hono/hono/jsx";

Add Package

yarn add jsr:@hono/hono
or (using Yarn 4.8 or older)
yarn dlx jsr add @hono/hono

Import symbol

import { JSX } from "@hono/hono/jsx";

Add Package

npx jsr add @hono/hono

Import symbol

import { JSX } from "@hono/hono/jsx";

Add Package

bunx jsr add @hono/hono

Import symbol

import { JSX } from "@hono/hono/jsx";