Files
shadcn-ui/apps/www/components/examples/typography/small.tsx
2023-01-24 19:51:29 +04:00

6 lines
131 B
TypeScript

export function TypographySmall() {
return (
<small className="text-sm font-medium leading-none">Email address</small>
)
}