1<component>
2	<api>
3		<prop name="color" type="color" default="0x000000"/>
4		<prop name="style"  type="style"/>
5	</api>
6
7	<view extends="lv_label"
8		  style_text_color="$color"
9		  styles="$style"
10		  style_text_font="lv_montserrat_18">
11	</view>
12</component>
13