Beam UI
Components

Txt

A set of native typography components.

H1 Heading

H2 Heading

H3 Heading

H4 Heading

Paragraph

Large

SmallMutedLinkCode Block⌘K

Usage

import { Txt } from "@/components/ui/txt"
<Txt.H1 />
<Txt.H2 />
<Txt.H3 />
<Txt.H4 />
<Txt.P />
<Txt.Large />
<Txt.Small />
<Txt.Muted />
<Txt.Link />
<Txt.Code />
<Txt.CodeBlock />
<Txt.Kbd />

On this page