-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the issue
On the website, the component is shown as ScrambleText, but the correct name in the library is ScrambledText (missing the letter "d").
Because of this typo, the example link
pnpm dlx shadcn@latest add https://reactbits.dev/r/ScrambleText-TS-TW
does not work and opens a blank page.
The correct link should be
pnpm dlx shadcn@latest add https://reactbits.dev/r/ScrambledText-TS-TW
and this one works properly.
Reproduction Link
https://reactbits.dev/text-animations/scramble-text
Steps to reproduce
- Go to the documentation page: https://reactbits.dev/text-animations/scramble-text
- Copy the provided install link with
ScrambleText
. - Open it in the browser → it shows a blank screen.
- Change
ScrambleText
toScrambledText
in the link → now it works correctly.
Validations
- I have checked other issues to see if my issue was already reported or addressed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working