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';