ComponentsTxtA set of native typography components.PreviewCodeH1 HeadingH2 Heading H3 HeadingH4 HeadingParagraphLargeSmallMutedLinkCode 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 />PreviousTooltip