typography-list

PreviousNext
Docs
takiexample

Preview

Loading preview…
registry/new-york/examples/typography-list.tsx
export default function TypographyList() {
  return (
    <ul className="my-6 ml-6 list-disc [&>li]:mt-2">
      <li>1st level of puns: 5 gold coins</li>
      <li>2nd level of jokes: 10 gold coins</li>
      <li>3rd level of one-liners : 20 gold coins</li>
    </ul>
  )
}

Installation

npx shadcn@latest add @taki/typography-list

Usage

import { TypographyList } from "@/components/typography-list"
<TypographyList />