modulerizr
Version:
Integrate a powerful, component based architecture to your legacy project in just a few steps
17 lines (14 loc) • 660 B
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,...
-->
<div data-v-7dc98cef id="7dc98cef" data-component="nested-level-1">Level1. <div data-v-57e8ee72 id="57e8ee72" data-component="nested-level-2">Level2. <div data-v-f3314901 id="f3314901" data-component="nested-level-3">Level3. <div data-v-ad57a8dc id="ad57a8dc" data-component="nested-level-4">Level4. Deepest Level in this example.
</div>
</div>
</div>
</div>
</body></html>