Styled paragraph text with configurable size and muted option.
All Sizes
Five text sizes from extra small to extra large for different content needs.
Extra small text (xs) - Fine print and captionsSmall text (sm) - Secondary informationMedium text (md) - Default body textLarge text (lg) - Emphasized paragraphsExtra large text (xl) - Lead paragraphs
Muted Text
Reduced contrast for secondary or supporting content.
Normal text with full contrast for primary content.Muted text with reduced contrast for secondary or supporting content.
Help Text
Small muted text for form hints and contextual help.
We will never share your email with anyone.
Article Content
Combine headings with text sizes for article-style layouts.
Getting Started with FLINPublished February 2026FLIN is a full-stack language designed to make web development simple and fast.Create your first page by adding a .flin file in the app directory. The dev server picks it up automatically with hot reload.
Card Description
Use Text inside cards for consistent typography.
Premium Plan$9/monthIncludes unlimited projects, 10GB storage, and priority support.
Notification
Text sizes for notification content with timestamp.
New message
You have a new reply from Sarah on your recent post.2 minutes ago
Usage
<Text size="xs">Extra small text</Text><Text size="sm">Small text</Text><Text size="md">Medium text (default)</Text><Text size="lg">Large text</Text><Text size="xl">Extra large text</Text><Text>Normal text</Text><Text muted="true">Muted text for secondary content</Text>