All Sizes

Five text sizes from extra small to extra large for different content needs.

Extra small text (xs) - Fine print and captions Small text (sm) - Secondary information Medium text (md) - Default body text Large text (lg) - Emphasized paragraphs Extra 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 FLIN Published February 2026 FLIN 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/month Includes 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>

Props

PropTypeDefaultDescription
sizestring"md"Text size: "xs", "sm", "md", "lg", "xl"
mutedstring""Set to "true" for reduced contrast muted color
childrencontent-Text content