ns-formatted-string-spans

Installation
SKILL.md

FormattedString and Span

Rich text inside a single text component:

<Label textWrap="true">
  <FormattedString>
    <Span text="14 " fontSize="24" fontWeight="bold" />
    <Span text="new items " color="#2563eb" />
    <Span text="since yesterday" color="#6b7280" />
  </FormattedString>
</Label>
import { FormattedString, Span } from '@nativescript/core';
Installs
19
GitHub Stars
1
First Seen
Aug 28, 2026
ns-formatted-string-spans — nativescript/skills