0.1.1 • Published 9 months ago

@tknf-labs/html-helper v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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