BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/aurora/aurora-component-card

Aurora ComponentCard

aurora-dinglebear-ai/aurora-component-card
UnverifiedComponent

Aurora ComponentCard — Claude Design parity.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/dinglebear-ai/aurora/main/aurora-component-card.json

Source

registry/aurora/ui/component-card.tsxraw.githubusercontent.com/dinglebear-ai/aurora/main/aurora-component-card.json · first 6 KB
1"use client";
2
3import * as React from "react";
4import { ChevronDown, ChevronLeft, ChevronRight, Columns2, ExternalLink } from "lucide-react";
5import { Button } from "@/registry/aurora/ui/button";
6import { cn } from "@/lib/utils";
7
8// ---------------------------------------------------------------------------
9// Types
10// ---------------------------------------------------------------------------
11
12/**
13 * A tag rendered in the card footer. A plain string renders as a neutral
14 * outline pill; `{ label, accent: true }` renders as a filled cyan pill.
15 */
16export type ComponentCardTag = string | { label: string; accent?: boolean };
17
18export interface ComponentCardProps
19 extends Omit<React.HTMLAttributes<HTMLDivElement>, "title" | "onClick"> {
20 /** Component display name shown as the card heading. */
21 name: string;
22 /** Short one/two-line description. */
23 blurb?: React.ReactNode;
24 /** Footer tags. Strings → neutral pills; `{accent:true}` → cyan pill. */
25 tags?: ComponentCardTag[];
26 /** Live preview rendered inside the thumbnail / stage. */
27 preview?: React.ReactNode;
28 /** Height (px) of the preview thumb / stage. */
29 thumbHeight?: number;
30 /** `"tile"` = gallery grid tile (default). `"viewer"` = focused viewer. */
31 variant?: "tile" | "viewer";
32
33 // --- tile ---------------------------------------------------------------
34 /** Tile only: invoked when the open affordance (or the tile) is activated. */
35 onOpen?: () => void;
36
37 // --- viewer -------------------------------------------------------------
38 /** Viewer only: zero-based index of the current entry. */
39 index?: number;
40 /** Viewer only: total number of entries (for the `n / N` counter). */
41 total?: number;
42 /** Viewer only: sibling names powering the jump dropdown. */
43 siblings?: string[];
44 /** Viewer only: go to previous entry. */
45 onPrev?: () => void;
46 /** Viewer only: go to next entry. */
47 onNext?: () => void;
48 /** Viewer only: jump directly to a named sibling. */
49 onJump?: (name: string) => void;
50 /** Viewer only: preview node for the compare slot. */
51 comparePreview?: React.ReactNode;
52 /** Viewer only: name of the compare target. */
53 compareName?: string;
54
55 className?: string;
56}
57
58// ---------------------------------------------------------------------------
59// Shared bits
60// ---------------------------------------------------------------------------
61
62function Thumb({
63 height,
64 children,
65 rounded,
66}: {
67 height: number;
68 children?: React.ReactNode;
69 rounded: string;
70// … truncated

What it pulls in

npm packages

  • lucide-react@^0.487.0

Other registry items

  • @aurora/aurora-tokens
  • @aurora/aurora-button

Files it writes

  • registry/aurora/ui/component-card.tsx

Facts

Registry
aurora
Type
registry:ui
Access
Unverified
Files written
1
Licence
AGPL-3.0
In the index
at or before 2026-08-09
Last confirmed
today

Go to the source

aurora.dinglebear.ai dinglebear-ai/aurora on GitHub Raw registry item This item as JSON

More from aurora

All 176 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Aurora Accordionaurora-accordionauroraComponentsUnverified2 deps
Aurora Alert Dialogaurora-alert-dialogauroraComponentsUnverified2 deps
Aurora Aspect Ratioaurora-aspect-ratioauroraComponentsUnverifiedno deps
Aurora Avataraurora-avatarauroraComponentsUnverified1 dep
Aurora Badgeaurora-badgeauroraComponentsUnverified2 deps
Aurora Banneraurora-bannerauroraComponentsUnverified1 dep
Aurora Breadcrumbaurora-breadcrumbauroraComponentsUnverified2 deps
Aurora Buttonaurora-buttonauroraComponentsUnverified2 deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex