.text-cursor-container {
width: 100%;
height: 100%;
position: relative;
}
.text-cursor-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.text-cursor-item {
position: absolute;
user-select: none;
white-space: nowrap;
font-size: 1.875rem;
}
npx shadcn@latest add @react-bits/TextCursor-TS-CSSimport { TextCursorTSCSS } from "@/components/TextCursor-TS-CSS"<TextCursorTSCSS />