1<div class="container"> 2 <!-- image_test --> 3 <image alt="img" src="{{src}}"></image> 4 5 <!-- progress_test_1 --> 6 <progress type="horizontal" percent="{{percent}}" secondarypercent="{{secondarypercent}}"></progress> 7 8 <!-- progress_test_2 --> 9 <progress type="scale-ring" percent="{{percent}}" secondarypercent="{{secondarypercent}}" clockwise="{{clockwise}}"></progress> 10 11 <!-- progress_test_3 --> 12 <progress type="arc" percent="{{percent}}"></progress> 13 14 <!-- chart_test --> 15 <chart type="line" options="{{options}}" datasets="{{datasets}}"></chart> 16 17 <!-- button_test --> 18 <button type="capsule" value="{{value}}" icon="{{icon}}" value="{{value}}"></button> 19</div>