BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/obsidianui/glow-border-card
This component no longer exists. It was in obsidianui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-05 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

glow-border-card

obsidianui/glow-border-card
RemovedComponent

obsidianui publishes no description for this item.

Live preview

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

Install it

npx shadcn@latest add https://obsidianui.dev/r/glow-border-card.json

Source

components/ui/glow-border-card.tsxobsidianui.dev/r/glow-border-card.json
1'use client';
2
3import React from 'react';
4import { cn } from '@/lib/utils';
5
6/**
7 * Props for the GlowBorderCard component
8 */
9export interface GlowBorderCardProps extends React.HTMLAttributes<HTMLDivElement> {
10 /**
11 * Content to display inside the card
12 */
13 children?: React.ReactNode;
14
15 /**
16 * Width of the card (CSS value)
17 * @default "320px"
18 */
19 width?: string;
20
21 /**
22 * Height of the card (CSS value). If not provided, uses aspect-ratio.
23 */
24 height?: string;
25
26 /**
27 * Aspect ratio of the card (e.g., "1", "16/9", "4/3")
28 * @default "1"
29 */
30 aspectRatio?: string;
31
32 /**
33 * Corner radius of the card
34 * @default "0.75rem"
35 */
36 borderRadius?: string;
37
38 /**
39 * Animation duration in seconds
40 * @default 4
41 */
42 animationDuration?: number;
43
44 /**
45 * Gradient colors array (up to 10 colors)
46 */
47 gradientColors?: string[];
48
49 /**
50 * Border width for the glow effect
51 * @default "1.25em"
52 */
53 borderWidth?: string;
54
55 /**
56 * Blur amount for the glow effect
57 * @default "0.75em"
58 */
59 blurAmount?: string;
60
61 /**
62 * Inset distance (negative values push the border outside)
63 * @default "-1em"
64 */
65 inset?: string;
66
67 /**
68 * Preset color themes
69 */
70 colorPreset?: 'nature' | 'ocean' | 'sunset' | 'aurora' | 'custom';
71
72 /**
73 * Whether animation is paused
74 * @default false
75 */
76 paused?: boolean;
77}
78
79// Preset gradient colors (10 colors each for smooth transitions)
80const colorPresets: Record<string, string[]> = {
81 nature: ['#669900', '#88bb22', '#99cc33', '#aaddaa', '#ccee66', '#006699', '#228888', '#3399cc', '#55aacc', '#669900'],
82 ocean: ['#006699', '#1177aa', '#2288bb', '#3399cc', '#44aadd', '#55bbee', '#66ccff', '#44bbee', '#2299cc', '#006699'],
83 sunset: ['#ff6600', '#ff7711', '#ff8822', '#ff9900', '#ffaa22', '#ffbb44', '#ffcc00', '#ff9933', '#ff7722', '#ff6600'],
84 aurora: ['#00ff87', '#22ffaa', '#44ffcc', '#60efff', '#88ddff', '#bb99ff', '#dd77ee', '#ff68f0', '#ff55cc', '#00ff87'],
85 custom: ['#669900', '#99cc33', '#ccee66', '#006699', '#3399cc', '#990066', '#cc3399', '#ff6600', '#ff9900', '#ffcc00'],
86};
87
88/**
89 * GlowBorderCard - A CSS-only animated glowing border card component
90 *
91 * Features a rotating conic gradient that creates a beautiful
92 * aurora-like glow effect around the card edges.
93 * Uses @property for smooth angle animation.
94 */
95// … truncated

Files it writes

  • public/r/glow-border-card.json

Facts

Registry
obsidianui
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-01
Last confirmed
14 days ago

Go to the source

Docs on obsidianui obsidianui.dev Atharvsinh-codez/ObsidianUI on GitHub Raw registry item This item as JSON

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