import { Screen, View, Text } from '../index'; export const TextExamples = () => { return ( Text Examples {/* Typography Variants */} Typography Variants Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 Subtitle 1 Subtitle 2 Body 1 - Lorem ipsum dolor sit amet Body 2 - Lorem ipsum dolor sit amet Caption - Lorem ipsum dolor sit amet {/* Semantic Text Colors */} Semantic Text Colors Primary text - Main text color Secondary text - Subdued text Tertiary text - More subdued text {/* Inverse Text Colors */} Inverse Text Colors (on dark backgrounds) Inverse (of primary) - Light text on dark background Inverse secondary (90% opacity) Inverse tertiary (70% opacity) {/* Text Alignment */} Alignment Left aligned text Center aligned text Right aligned text {/* Combined Examples */} Combined Examples Heading with Primary Color Centered Caption Secondary Right ); };