preskok/ui

A simple typography component for consistent text styling.

Installation

pnpm dlx preskok-ui@latest add text

Usage

import { Text } from "@/components/ui/preskok-ui/text"
 
export function TextDemo() {
  return <Text>The quick brown fox jumps over the lazy dog</Text>
}

Props

PropTypeDefaultDescription
classNamestring-Additional CSS classes

All standard HTML paragraph props are also supported.