Skip to content

Text

Text renders body text with control over size, weight, color, alignment, truncation, and more.

Basic Usage

The quick brown fox jumps over the lazy dog.

import { Text } from "@paramanu/typography-react"
export default function App() {
return <Text size="md">The quick brown fox jumps over the lazy dog.</Text>
}
<p class="pm-text pm-text--size-md">The quick brown fox jumps over the lazy dog.</p>