Saaj UI

Text

Display text using well-defined typographic styles.

Installation

npx saaj add text

Usage

import { Text } from '@/components/ui/text';
 
export function TextDemo() {
  return (
    <Text>Typography is a set of rules that determine the appearance of text.</Text>
  );
}

On this page