Saaj UI

Text

Display text using well-defined typographic styles.

Preview

Installation

npx saaj add Text

Usage

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

On this page