mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-30 16:14:13 +00:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
export function TypographySmall() {
|
|
return (
|
|
<small className="text-sm leading-none font-medium">Email address</small>
|
|
)
|
|
}
|