DVC - Component

Docs | Components

DVC supports PSR-4 autoloading A component therefore is simple a class There are some build in classes

There are several html classes for instance and these are located in the [application]/app/dvc/html folder.

Example:

new dvc\html\div('hello world');

would produce

<div>hello world</div>;