8000 GitHub - tknf/html-helper: HTML helper for Backend and Frontend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tknf/html-helper

Repository files navigation

HTML Helper

HTML helper for Backend and Frontend (implemented based on `Hono`)
See more information: https://hono.dev/docs/helpers/html

Created by TKNF LLC License npm npm



Installation

From npm

npm install --save @tknf-labs/html-helper # npm
yarn add @tknf-labs/html-helper           # yarn
pnpm add @tknf-labs/html-helper           # pnpm

Basic usage

import { html } from "@tknf-labs/html-helper";

const htmlString = html`
  <div>
    <h1>Hello World</h1>
  </div>
`;

Changelog

View the changelog at CHANGELOG.md

About

HTML helper for Backend and Frontend

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

0