TextType

PreviousNext

Typewriter effect with blinking cursor and adjustable typing cadence.

Docs
react-bitscomponent

Preview

Loading preview…
TextType/TextType.css
.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;
}

Installation

npx shadcn@latest add @react-bits/TextType-TS-CSS

Usage

import { TextTypeTSCSS } from "@/components/TextType-TS-CSS"
<TextTypeTSCSS />