PlaylistHeaderCard

Domain

Playlist hero: cover image, visibility badge, total duration, owner channel, play / shuffle.

Public playlist

Preview
3 videos
PUBLIC3h 20m

Modern Full-Stack with Next.js

Everything you need to ship a production-grade Next.js app: routing, data fetching, type safety, and deploy.

CodeWithAlex
CodeWithAlex· @codewithAlex
Code
<PlaylistHeaderCard title="..." videoCount={3} totalDurationSeconds={12012} channel={{ name, handle, verified: true }} />

Unlisted, no cover

Preview
3 videos
UNLISTED1h 46m

Travel Smarter, Not Pricier

Budget guides and safety tips from 30+ countries.

W
WanderFar· @wanderfar
Code
<PlaylistHeaderCard title="..." visibility="UNLISTED" videoCount={3} totalDurationSeconds={6370} channel={{ name, handle }} />
Sourcemodules/domains/media/playlist/PlaylistHeaderCard.tsx