:::{php:namespace} Atk4\Ui ::: (helloworld)= # HelloWorld :::{php:class} HelloWorld ::: Presence of the "Hello World" component in the standard distribution is just us saying "The best way to create a Hello World app is around a HelloWorld component". ## Basic Usage To add a "Hello, World" message: ``` HelloWorld::addTo($app); ``` There are no additional features on this component, it is intentionally left simple. For a more sophisticated "Hello, World" implementation look into Hello World add-on.