mardiros/fastlife

View on GitHub
docs/source/components/H4.rst

Summary

Maintainability
Test Coverage
H4
==

.. jinjax:component:: H4(id: str | None = None, class_: str | None = None, content: Any)

    html ``<h4>`` node.

    :param id: unique identifier of the element.
    :param class: css class for the node, defaults to :attr:`fastlife.templates.constants.Constants.H4_CLASS`.
    :param content: child node.