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-description-list

Aurora Description List

aurora-dinglebear-ai/aurora-description-list
UnverifiedComponent

Dense key-value metadata layout for operational detail panels.

Install it

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

Source

registry/aurora/ui/description-list.tsxraw.githubusercontent.com/dinglebear-ai/aurora/main/aurora-description-list.json
1import * as React from "react"
2import { cn } from "@/lib/utils"
3
4function DescriptionList({ ref, className, ...props }: React.HTMLAttributes<HTMLDListElement> & { ref?: React.Ref<HTMLDListElement> }) {
5 return (
6 <dl
7 ref={ref}
8 className={cn("grid gap-0 overflow-hidden rounded-[var(--aurora-radius-1)] border", className)}
9 style={{ borderColor: "var(--aurora-border-default)", background: "var(--aurora-panel-medium)" }}
10 {...props}
11 />
12 )
13}
14
15export interface DescriptionItemProps extends React.HTMLAttributes<HTMLDivElement> {
16 label: React.ReactNode
17 value: React.ReactNode
18 /** Highlight the row with a cyan-tinted surface (active/selected state). */
19 active?: boolean
20}
21
22function DescriptionItem({ ref, className, label, value, active = false, ...props }: DescriptionItemProps & { ref?: React.Ref<HTMLDivElement> }) {
23 return (
24 <div
25 ref={ref}
26 className={cn("grid grid-cols-1 gap-3 border-b px-7 py-[14px] last:border-b-0 sm:grid-cols-[150px_minmax(0,1fr)] sm:gap-4", className)}
27 style={{
28 borderColor: "var(--aurora-border-default)",
29 background: active ? "var(--aurora-selected-bg)" : undefined,
30 }}
31 {...props}
32 >
33 <dt
34 className="flex items-center gap-2.5"
35 style={{
36 color: "var(--aurora-text-muted)",
37 fontSize: "var(--aurora-type-label)",
38 fontWeight: "var(--aurora-weight-label)",
39 letterSpacing: "var(--aurora-letter-label)",
40 lineHeight: "var(--aurora-line-dense)",
41 }}
42 >
43 <span
44 aria-hidden="true"
45 style={{
46 display: "inline-block",
47 width: "3px",
48 height: "14px",
49 flexShrink: 0,
50 borderRadius: "9999px",
51 background: "var(--aurora-accent-primary)",
52 }}
53 />
54 {label}
55 </dt>
56 <dd
57 style={{
58 color: "var(--aurora-text-primary)",
59 fontSize: "var(--aurora-type-table)",
60 fontWeight: "var(--aurora-weight-body)",
61 lineHeight: 1.42,
62 margin: 0,
63 minWidth: 0,
64 }}
65 >
66 {value}
67 </dd>
68 </div>
69 )
70}
71
72export { DescriptionList, DescriptionItem }

What it pulls in

Other registry items

  • @aurora/aurora-tokens

Files it writes

  • registry/aurora/ui/description-list.tsx

Facts

Registry
aurora
Type
registry:ui
Access
Unverified
Files written
1
Licence
AGPL-3.0
In the index
at or before 2026-08-08
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