aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/resources/com/vaadin/tests/design/nested/mychilddesign.html
blob: 0d2613539bee0ba2a3012cd846d3d3259507fc03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
 <head>
  <meta name="package-mapping" content="x:com.vaadin.tests.design.nested"/>
 </head>
 <body>
	<vaadin-horizontal-layout caption="Default caption for child design">
		<vaadin-label _id="childLabel">test content</vaadin-label>
		<!--  Test some custom component in child template -->
		<x-my-child-design-custom-component _id="childCustomComponent">custom content</x-my-child-design-custom-component>
	</vaadin-horizontal-layout>
</body>