Carregando…
Carregando…
Carregando…Video thumbnail card with play overlay, duration badge and category pill.
$ npx kikitocn add video-cardimport { VideoCard } from "@/components/ui/cn/video-card/VideoCard";
export function VideoCardExample() {
return (
<VideoCard />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
src | string | — | URL do vídeo |
poster | string | — | URL da thumbnail |
title | string | — | Título do vídeo |
description | string | — | Descrição curta |
duration | string | — | Duração formatada (ex: '3:45') |
category | string | — | Tag de categoria |
views | string | number | — | Contagem de visualizações |
href | string | — | URL de destino ao clicar |
className | string | — | Classes CSS extras |
Video Card — thumbnail with play overlay and metadata
Getting Started
Set up your first project in minutes.
12,400 views
Advanced Patterns
Deep dive into composition strategies.
5,890 views