1
2
3
4
5
6
7
8
9
10
11
12
13
| <!-- {"title": "Two columns", "category": "layouts", "complexity": "advanced"} -->
| <View style="display: flex;">
| <View style="width: 150px; padding-left: 2em; margin-right: 2em; background: #f1f1f1; border-radius: 3px">
| <Labels name="label" toName="text">
| <Label value="Person" />
| <Label value="Organization" />
| </Labels>
| </View>
|
| <View>
| <Text name="text" value="$text" />
| </View>
| </View>
|
|