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-ai-elements

Aurora AI Elements

aurora-dinglebear-ai/aurora-ai-elements
FreeBlock

Aurora-native AI Elements parity block covering chat, code, voice, workflow, media, and utility surfaces.

Install it

npx shadcn@latest add https://aurora.dinglebear.ai/r/aurora-ai-elements.json

Source

registry/aurora/blocks/ai/elements/ai-elements.tsxaurora.dinglebear.ai/r/aurora-ai-elements.json
1"use client"
2
3// ---------------------------------------------------------------------------
4// ai-elements.tsx — explicit re-export barrel
5//
6// Previously this file was `export * from "./core"` which caused tsc
7// duplicate-export errors when core.tsx and the reskinned standalone files
8// both defined the same name (Canvas/Node, Action/Actions, Source/SourceItem/
9// SourceProps). This barrel uses a named list so TypeScript sees exactly one
10// owner per export.
11//
12// Owner map (one canonical file per conflicting name):
13// Canvas, Node → canvas.tsx (CD-parity reskin)
14// Action, Actions,
15// ActionProps, ActionsProps → action.tsx / actions.tsx
16// Source, SourceItem,
17// SourceProps → source.tsx (CD-parity reskin)
18// Sources → sources.tsx
19// Everything else → core.tsx
20//
21// Queue lives in core.tsx because the two barrel-consuming demos
22// (ai-element-page.tsx, parity-demo.tsx) pass `tasks: AgentTask[]`, which
23// is the core.tsx API. The standalone queue.tsx uses `items: QueueItem[]`
24// and is consumed only by its own demo (ai-queue-demo.tsx).
25// ---------------------------------------------------------------------------
26
27// ── Canvas + Node (canvas.tsx owns both) ────────────────────────────────────
28export { Canvas, Node } from "./canvas"
29export type { CanvasProps, CanvasEdge, NodeProps } from "./canvas"
30
31// ── Action + Actions (standalone reskins) ───────────────────────────────────
32export { Action } from "./action"
33export type { ActionProps } from "./action"
34export { Actions } from "./actions"
35export type { ActionsProps } from "./actions"
36
37// ── Source + SourceItem + SourceProps (source.tsx is canonical) ─────────────
38export { Source } from "./source"
39export type { SourceItem, SourceProps } from "./source"
40
41// ── Sources (sources.tsx is canonical) ──────────────────────────────────────
42export { Sources } from "./sources"
43export type { SourcesProps } from "./sources"
44
45// ── Everything else from core.tsx ───────────────────────────────────────────
46// Excludes the four collision groups above. core.tsx still owns:
47// … truncated

What it pulls in

npm packages

  • lucide-react@^0.487.0

Other registry items

  • @aurora/aurora-tokens
  • @aurora/aurora-avatar
  • @aurora/aurora-badge
  • @aurora/aurora-button
  • @aurora/aurora-select
  • @aurora/aurora-separator
  • @aurora/aurora-spinner
  • @aurora/aurora-textarea
  • @aurora/aurora-clipboard
  • @aurora/aurora-safe-url

Files it writes

  • registry/aurora/blocks/ai/elements/ai-elements.tsx
  • registry/aurora/blocks/ai/elements/core.tsx
  • registry/aurora/blocks/ai/elements/canvas.tsx
  • registry/aurora/blocks/ai/elements/action.tsx
  • registry/aurora/blocks/ai/elements/actions.tsx
  • registry/aurora/blocks/ai/elements/source.tsx
  • registry/aurora/blocks/ai/elements/sources.tsx

Facts

Registry
aurora
Type
registry:block
Access
Free
Files written
7
Licence
the repository states none
First indexed
2026-08-03
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 AI Actionaurora-ai-actionauroraBlocksFree1 dep
Aurora AI Actionsaurora-ai-actionsauroraBlocksFree1 dep
Aurora AI Agentaurora-ai-agentauroraBlocksFree1 dep
Aurora AI Image Gridaurora-ai-ai-image-gridauroraBlocksFree1 dep
Aurora AI Attachmentsaurora-ai-attachmentsauroraBlocksFree1 dep
Aurora AI Audio Playeraurora-ai-audio-playerauroraBlocksFree1 dep
Aurora AI Branchaurora-ai-branchauroraBlocksFree1 dep
Aurora AI Canvasaurora-ai-canvasauroraBlocksFree1 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