Measured entry

tripled-course-content-page-shadcnui

progressminimal-flatmotion on file

A client-side course sales and content page shipped as a shadcn registry TSX component. It combines a promotional countdown, mock video player, course metadata, curriculum, and instructor profile, using React, Framer Motion, Lucide icons, Tailwind theme tokens, and shadcn Button and Badge primitives backed by Radix.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-course-content-page-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of tripled-course-content-page-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-course-content-page-shadcnui 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 tripled-course-content-page-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious1
Axe moderate3
Axe minor0
Gzip marginal77.5 KB (142.9 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 2m 23s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/button.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A polished-looking starting shell for a course storefront, but it is demo content rather than finished product behavior. It needs a shadcn-style setup, and teams should fix the narrow-screen overflow, contrast, heading structure, and nested main landmark before shipping.

Use it if

  • You need a ready-made course detail page with curriculum, instructor, enrollment, and promotion sections.
  • Your app already uses shadcn conventions and can replace the hard-coded course data and placeholder video behavior.
  • Motion-heavy presentation and a sales-oriented countdown fit the learning product you are building.

Skip it if

  • You need a compact progress indicator rather than a complete course landing page.
  • Mobile horizontal overflow must be absent without layout remediation.
  • You cannot budget time to fix low-contrast text, heading order, and conflicting main landmarks.
  • You want working playback, enrollment, sharing, or curriculum expansion out of the box; these controls are mostly presentation stubs.
  • You are avoiding animation and icon dependencies for a lean course surface.

Install

Installation record for tripled-course-content-page-shadcnui
Declared dependenciesframer-motion, react, radix-ui
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 compatible Button and Badge primitives, the path alias and class-name utility expected at @/lib/utils, Tailwind processing with shadcn color tokens, and the React, Framer Motion, Lucide, and Radix dependencies. Then connect real course data, video, enrollment, sharing, and curriculum state.

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