BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/skyroc-ui/card

Card

skyroc-ui/card
FreeBlock

skyroc-ui publishes no description for this item.

Install it

npx shadcn@latest add https://ui-play.skyroc.me/r/card.json

Source

src/components/card/Card.tsxui-play.skyroc.me/r/card.json
1'use client';
2
3import { forwardRef } from 'react';
4import { useComponentConfig } from '../config-provider/context';
5import { CardUI } from './CardUI';
6import type { CardProps } from './types';
7
8const Card = forwardRef<HTMLDivElement, CardProps>((props, ref) => {
9 const config = useComponentConfig('card');
10
11 const mergedProps = {
12 ...config,
13 ...props
14 };
15
16 return (
17 <CardUI
18 {...mergedProps}
19 ref={ref}
20 />
21 );
22});
23
24Card.displayName = 'Card';
25
26export default Card;

What it pulls in

Other registry items

  • https://ui-play.skyroc.me/r/style.json

Files it writes

  • src/components/card/Card.tsx
  • src/components/card/CardContent.tsx
  • src/components/card/CardFooter.tsx
  • src/components/card/CardHeader.tsx
  • src/components/card/CardRoot.tsx
  • src/components/card/CardTitle.tsx
  • src/components/card/CardTitleRoot.tsx
  • src/components/card/CardUI.tsx
  • src/components/card/card-variants.ts
  • src/components/card/index.ts
  • src/components/card/types.ts

Facts

Registry
skyroc-ui
Type
registry:block
Access
Free
Files written
11
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
today

Go to the source

ui-play.skyroc.me Ohh-889/skyroc-ui on GitHub Raw registry item This item as JSON

More from skyroc-ui

All 58 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordionaccordionskyroc-uiBlocksFree2 deps · 10 files
Alertalertskyroc-uiBlocksFree1 dep · 9 files
Alert Dialogalert-dialogskyroc-uiBlocksFree2 deps · 13 files
Arrowarrowskyroc-uiBlocksFreeno deps
Aspect Ratioaspect-ratioskyroc-uiBlocksFree1 dep · 4 files
Avataravatarskyroc-uiBlocksFree1 dep · 8 files
Badgebadgeskyroc-uiBlocksFreeno deps · 7 files
Bottom Sheetbottom-sheetskyroc-uiBlocksFreeno deps · 12 files
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