Skip to content

Latest commit

 

History

History

README.md

Documentation for HTMT Attributes

Welcome to the documentation for HTMT, a powerful templating engine that enhances HTML with data binding and dynamic content generation. Below you will find links to detailed documentation for each specific attribute provided by HTMT.

Attributes

  • ht-bind - Binds data to the element's content.
  • ht-loop - Iterates over an array or collection.
  • ht-template - Defines reusable template blocks.
  • ht-attr - Binds data to HTML attributes.
  • ht-show - Conditionally displays an element.
  • ht-hide - Conditionally hides an element.
  • ht-switch - Implements switch-case logic.
  • ht-case - Defines cases within a switch.
  • ht-class - Applies CSS classes conditionally.

Advance

Explore each link to learn more about how to utilize these attributes in your web projects effectively.

License

This document is part of the HTMT project, which is open source and freely available under the MIT License. For full details, see the LICENSE file and the main README for project details and contribution guidelines.