UNPKG

nativescript-centered-label

Version:

NativeScript plugin that provide Label that are horizontally and vertically centered.

4 lines (3 loc) 172 B
<FlexboxLayout justifyContent="center" alignContent="center" alignItems="center" style="width: 100%; height: 100%;"> <Label text="{{ text }}"></Label> </FlexboxLayout>