| Widget Type | #label |
| Widget iOS class | MobileLabel |
| iOS category | IOSWidgets |
| Widget Web class | WebWidget |
| web category | IOSWidgets |
| Widget Android class | MobileText |
| Properties | text - color - height - order - backgroundColor |
| Events | #needsText: |
| Sample use in spec |
(#categoryLabel -> (
(#type -> #label ),
(#configuration -> (
(#order -> 4 ),
(#height -> 40),
(#backgroundColor -> 'white'),
(#text -> 'Category')",
(#color -> 'blue')"
))
))
|