-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is a library that helps you to build HTML in your JavaScript or TypeScript files.
The HTML Builder JavaScript Library facilitates the dynamic creation of HTML elements in JavaScript, offering a flexible and intuitive interface for generating HTML content.
Download our latest release files from this GitHub repository.
Once downloaded, unzip the compressed folder and you’ll see something like this:
html-builder
├── html.js
├── html.js.map
└── html.min.js
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
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!
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!
If you need any assistance or clarification on contributing, feel free to reach out by creating an issue.
Thank you for considering contributing to the Dom-Builder library!