preskok/ui

A simple typography component for consistent text styling.

Installation

pnpm dlx @preskok-org/ui@latest add text

Usage

import { Text } from "@/registry/preskok/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.