Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
lowlighter/mizuWorks with
•JSR Score76%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Downloads1/wk
•Publisheda month ago (0.9.4)
🖊️ *html directive for mizu.js
*html="content"
| Version | Phase |
|---|---|
41 — CONTENT |
Set element's innerHTML.
<template *html="'<p>...</p>'"> <!--<p>...</p>--> </template>
Notes
Warning
Raw HTML can introduce XSS vulnerabilities. Exercise caution when using expressions from untrusted sources.
Built and signed on
GitHub Actions
Add Package
deno add jsr:@mizu/html
Import symbol
import * as html from "@mizu/html";
Import directly with a jsr specifier
import * as html from "jsr:@mizu/html";
Add Package
pnpm i jsr:@mizu/html
pnpm dlx jsr add @mizu/html
Import symbol
import * as html from "@mizu/html";
Add Package
yarn add jsr:@mizu/html
yarn dlx jsr add @mizu/html
Import symbol
import * as html from "@mizu/html";
Add Package
vlt install jsr:@mizu/html
Import symbol
import * as html from "@mizu/html";
Add Package
npx jsr add @mizu/html
Import symbol
import * as html from "@mizu/html";
Add Package
bunx jsr add @mizu/html
Import symbol
import * as html from "@mizu/html";