Studiov0.6.0

Text

Tier 1shadcn
Typography

Body text component with size, weight, and color variants following the type system.

Live Preview

Large text

Base body text

Small muted text

Code

import { Text } from "@regen/ui";

<Text />

Props Inspector

No configurable props for this component.

Documentation

Use Cases

  • Body copy in cards and pages
  • Descriptive labels
  • Form helper text

Do

  • Use size='sm' for secondary text
  • Use muted variant for helper copy

Don't

  • Don't use for headings — use Heading
  • Don't apply raw font-size utilities