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