typography-small

PreviousNext
Docs
takiexample

Preview

Loading preview…
registry/new-york/examples/typography-small.tsx
export default function TypographySmall() {
  return (
    <small className="text-sm leading-none font-medium">Email address</small>
  )
}

Installation

npx shadcn@latest add @taki/typography-small

Usage

import { TypographySmall } from "@/components/typography-small"
<TypographySmall />