nori-ui

Text

Typographic primitive with token-driven variants.

At a glance

  • Variants: body, caption, heading1, heading2, heading3, label
  • Maps to RN <Text> on native and <span> / heading elements on web.
  • Accepts className for NativeWind-driven overrides.

Web preview

Native preview

Props

PropTypeDefaultDescription
variant'body' | 'caption' | 'heading1' | 'heading2' | 'heading3' | 'label''body'Visual size + role
classNamestringNativeWind class overrides
childrenReactNodeText content

On this page