Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 511 Bytes

helloworld.md

File metadata and controls

23 lines (15 loc) · 511 Bytes

:::{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.