UNPKG

modulerizr

Version:

Integrate a powerful, component based architecture to your legacy project in just a few steps

16 lines (13 loc) 353 B
<!DOCTYPE html> <html lang="en"> <head> <title>Include a Component plain Textcomponent</title> </head> <body> <!-- In this example we have nested Components. This file includes Component a component. In this component there is another. And in this another one,... --> <nested-level-1></nested-level-1> </body> </html>