Measured entry

ruixen-receding-text-plane

formunclassifiedmotion on file

A client-side React text display that tilts wrapped copy into a receding plane with CSS perspective and transforms. It ships as a shadcn registry component, uses Tailwind utility and theme classes, and imports the project-local cn helper. It adds no component-specific package dependency.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-receding-text-plane at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-receding-text-plane at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-receding-text-plane 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 ruixen-receding-text-plane
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal26.2 KB (91.6 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 28.21s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/receding-text-plane.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A focused display effect with a small API and clean verified behavior, but it is specialized and static. It needs a shadcn-style setup because the bare project cannot resolve its shared utility import. Best for deliberate hero typography, not general form content.

Use it if

  • You need a cinematic perspective treatment for multi-line hero or campaign copy.
  • Your design already uses Tailwind theme tokens and a shadcn-style utility layer.
  • You want angle, perspective, and framing controls exposed as React props.

Skip it if

  • The text is body copy or other content where straightforward reading matters more than visual depth.
  • You need a drop-in component for a React project without Tailwind aliases or shared utilities.
  • You need an actual animation sequence, since the source applies a fixed transform rather than motion.
  • You cannot accommodate its full-viewport default container and clipped overflow.

Install

Installation record for ruixen-receding-text-plane
Declared dependenciesnone declared
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add Tailwind with the muted background and chart color theme tokens, provide a cn class-merging helper, and configure the at-sign source alias for the local utilities path. Alternatively, replace the cn import with your own class combiner and map the utility classes to your styling system.

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 form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.