Skip to content
Mubarrat edited this page Dec 18, 2023 · 19 revisions

HTML Builder

This is a library that helps you to build HTML in your JavaScript or TypeScript files.

Purpose

The HTML Builder JavaScript Library facilitates the dynamic creation of HTML elements in JavaScript, offering a flexible and intuitive interface for generating HTML content.

Installation

Download

Download our latest release files from this GitHub repository.

Contents

Once downloaded, unzip the compressed folder and you’ll see something like this:

html-builder
├── html.js
├── html.js.map
└── html.min.js

Link

https://cdn.jsdelivr.net/gh/Mubarrat/html-builder@1.x/dist/html.js

For the minimized version, the link is

https://cdn.jsdelivr.net/gh/Mubarrat/html-builder@1.x/dist/html.min.js

Usage

For comprehensive instructions and detailed usage scenarios, please navigate to our Examples Page in the wiki.

Our examples cover a range of scenarios, including:

  • Basic Usage: Quick-start examples to get you up and running.
  • Advanced Implementations: In-depth illustrations for advanced features.
  • Use Case Demos: Practical demonstrations for real-world applications.

Visit our Examples Page within the wiki for a deeper understanding of how to utilize our project effectively!

API Documentation

For comprehensive details and in-depth API references, navigate to our API Documentation Page in the wiki.

Our API Documentation covers:

  • Class and Method References: Detailed explanations and usage examples for main classes and methods.
  • Parameter Definitions: Clear definitions and usage guidelines for various parameters.
  • Code Samples: Practical code snippets showcasing API usage in different contexts.

Explore our API Documentation Page within the wiki for a detailed understanding of our project's API structure and usage!

Clone this wiki locally