BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/vengenceui/card

card

vengenceui/card
FreeComponent

vengenceui publishes no description for this item.

Live preview

live · rendered by the registry
Rendered by vengenceui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.vengenceui.com/r/card.json

Source

components/ui/card.tsxwww.vengenceui.com/r/card.json
1import * as React from 'react'
2
3import { cn } from '@/lib/utils'
4
5function Card({ className, ...props }: React.ComponentProps<'div'>) {
6 return (
7 <div
8 data-slot="card"
9 className={cn('bg-card text-card-foreground rounded-xl border shadow-sm', className)}
10 {...props}
11 />
12 )
13}
14
15function CardHeader({ className, ...props }: React.ComponentProps<'div'>) {
16 return (
17 <div
18 data-slot="card-header"
19 className={cn('flex flex-col gap-1.5 p-6', className)}
20 {...props}
21 />
22 )
23}
24
25function CardTitle({ className, ...props }: React.ComponentProps<'div'>) {
26 return (
27 <div
28 data-slot="card-title"
29 className={cn('font-semibold leading-none tracking-tight', className)}
30 {...props}
31 />
32 )
33}
34
35function CardDescription({ className, ...props }: React.ComponentProps<'div'>) {
36 return (
37 <div
38 data-slot="card-description"
39 className={cn('text-muted-foreground text-sm', className)}
40 {...props}
41 />
42 )
43}
44
45function CardContent({ className, ...props }: React.ComponentProps<'div'>) {
46 return (
47 <div
48 data-slot="card-content"
49 className={cn('p-6 pt-0', className)}
50 {...props}
51 />
52 )
53}
54
55function CardFooter({ className, ...props }: React.ComponentProps<'div'>) {
56 return (
57 <div
58 data-slot="card-footer"
59 className={cn('flex items-center p-6 pt-0', className)}
60 {...props}
61 />
62 )
63}
64
65export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent }

Files it writes

  • public/r/card.json

Facts

Registry
vengenceui
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

Docs on vengenceui www.vengenceui.com Raw registry item This item as JSON

More from vengenceui

All 128 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
accordionaccordionvengenceuiComponentsFree2 deps
agent-bento-gridagent-bento-gridvengenceuiComponentsFree1 dep
alertalertvengenceuiComponentsFreeno deps
animated-buttonanimated-buttonvengenceuiComponentsFree1 dep
animated-footeranimated-footervengenceuiComponentsFree2 deps
animated-numberanimated-numbervengenceuiComponentsFree1 dep
animated-raysanimated-raysvengenceuiComponentsFreeno deps
animated-tooltipanimated-tooltipvengenceuiComponentsFree1 dep
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex