.text-type {
display: inline-block;
white-space: pre-wrap;
}
.text-type__cursor {
margin-left: 0.25rem;
display: inline-block;
opacity: 1;
}
.text-type__cursor--hidden {
display: none;
}
npx shadcn@latest add @react-bits/TextType-JS-CSSimport { TextTypeJSCSS } from "@/components/TextType-JS-CSS"<TextTypeJSCSS />