Measured entry

kokonut-type-writer

text-effectdark-futuristicmotion on file

A client-side React typewriter heading delivered as a shadcn registry component. It cycles through configurable phrases with typing, deletion, pauses, looping, and optional timing variance. It uses React hooks, Motion for the fade and cursor animation, and Tailwind utility classes including dark-mode variants.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of kokonut-type-writer at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of kokonut-type-writer at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of kokonut-type-writer at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for kokonut-type-writer
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal61.9 KB (127.4 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A usable, configurable effect that builds and mounts outside shadcn, but it is too theme-dependent to drop in blindly. Fix the dark-surface contrast and add reduced-motion and assistive-technology behavior before shipping it broadly.

Use it if

  • You need a compact animated headline that rotates through a known set of short phrases.
  • Your React interface already uses Tailwind dark-mode classes and Motion.
  • You want configurable typing, deletion, pause, and loop behavior in a self-contained component.

Skip it if

  • Your page has a dark surface without applying Tailwind's dark state, because the default text can become unreadable.
  • You need reduced-motion handling or screen-reader semantics without modifying the source.
  • You want a lightweight text effect without adding Motion as a runtime dependency.
  • Your phrases are long or layout-critical, since the changing text can cause visual reflow.

Install

Installation record for kokonut-type-writer
Declared dependenciesmotion
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn React project, add Motion, provide Tailwind with dark-mode support, and ensure the utility classes are included in content scanning. Otherwise, replace the utility classes with equivalent CSS and keep the file in a client-rendered boundary.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

Alternatives

Other published entries for the text-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.