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
d0ceaf9 to
7355a92
Compare
|
I made the corrections and no files appear in templates/components/ anymore - |
3995ff7 to
c8cff1e
Compare
c8cff1e to
a4845d1
Compare
|
Hey! By curiosity I just checked https://ui.shadcn.com/docs/components/base/typography but it redirects to https://ui.shadcn.com/docs/typeset. Given this, and following #3588 (comment), I think the best thing to do here is to remove this recipe, I feel like there's no point in keeping it, at least not in this condition. I'm closing this PR and will re-open a new one to remove the recipe. Thanks anyway! |
This PR was merged into the 3.x branch. Discussion ---------- [Toolkit][Shadcn] Remove typography recipe | Q | A | -------------- | --- | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Following #3588 (comment) Commits ------- 3ce2965 [Toolkit][Shadcn] Remove typography recipe