View Source Tamnoon.Component behaviour (Tamnoon v1.0.0-rc.3)
This module defines the Tamnoon.Component behaviour, which includes the
heex/0 callback. It should be implemented in every component module.
Summary
Callbacks
@callback heex() :: String.t()
Returns the raw HEEx code of the component.