[Toolkit][Shadcn] Align typography with shadcn reference#3588
Conversation
seb-jean
commented
May 22, 2026
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | no |
| Deprecations? | no |
| Documentation? | yes |
| Issues | Part of #3233 |
| License | MIT |
c1a3840 to
d4b8fdb
Compare
There was a problem hiding this comment.
I think there is an issue here and with some other examples, why do we have H1, H2, H3 ... components, if we do not use them in the examples?
There was a problem hiding this comment.
In React, Typography in shadcn/ui isn't actually a component.
There's nothing to install, no button.tsx, no npx shadcn add typography, no import. The docs page just gives you a catalog of Tailwind utility classes to copy directly onto plain HTML tags.
That's exactly why shadcn says "We do not ship any typography styles by default." Unlike Button (a real file with variants and an API) Typography is just a set of class recipes you apply by hand.
There are no components to create here, just examples.
The page needs to be reviewed.
d4b8fdb to
a9e14eb
Compare
a9e14eb to
d0ceaf9
Compare
d0ceaf9 to
7355a92
Compare
|
I made the corrections and no files appear in templates/components/ anymore - |