BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ruixen-ui/bordered-clients-grid
This component no longer exists. It was in ruixen-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-12 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.

Bordered Clients Grid

ruixen-ui/bordered-clients-grid
RemovedComponent

Five-column logo grid with subtle dividers, hover-tinted cells, and decorative cross markers at the four corners.

Live preview

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

Install it

npx shadcn@latest add https://ruixen.com/r/bordered-clients-grid.json

Source

registry/ruixenui/bordered-clients-grid.tsxruixen.com/r/bordered-clients-grid.json
1"use client";
2
3import * as React from "react";
4import { cn } from "@/lib/utils";
5
6/* ═══════════════════════════════════════════════════════════
7 Bordered Clients Grid — A 5-column wordmark grid with subtle
8 dividers, hover-tinted cells, and decorative cross markers
9 at the four outer corners.
10
11 Wordmarks render as typography (not images) — each brand has
12 distinct font weight, letter-spacing, case, and style to
13 capture its character. No external CDN dependency, fully
14 theme-aware via `currentColor`.
15
16 Override the `logos` prop with your own entries — either
17 styled text (matching the default API) or full ReactNodes
18 for SVG wordmarks if you want pixel-perfect brand typography.
19
20 Grid collapses 5 → 4 → 3 columns at lg → md → sm breakpoints.
21 ═══════════════════════════════════════════════════════════ */
22
23export interface ClientLogo {
24 /** Display name; used as alt/key. */
25 name: string;
26 /** Override the rendered text (e.g., "tailwindcss" for Tailwind CSS). Defaults to `name`. */
27 label?: string;
28 /** Custom font family. Falls back to inherited sans. */
29 fontFamily?: string;
30 /** Font weight (100–900). Defaults to 600. */
31 fontWeight?: number;
32 /** Font size in pixels. Defaults to 18. */
33 fontSize?: number;
34 /** CSS letter-spacing (e.g., "-0.04em" or "0.06em"). */
35 letterSpacing?: string;
36 /** Italic typography. */
37 italic?: boolean;
38 /** Uppercase transform. */
39 uppercase?: boolean;
40 /** Optional anchor href. */
41 href?: string;
42 /** Escape hatch — render a custom node (e.g., an SVG) instead of styled text. */
43 node?: React.ReactNode;
44}
45
46export interface BorderedClientsGridProps {
47 logos?: ClientLogo[];
48 className?: string;
49}
50
51const DEFAULT_LOGOS: ClientLogo[] = [
52 {
53 name: "NVIDIA",
54 fontWeight: 900,
55 fontSize: 18,
56 letterSpacing: "0.06em",
57 uppercase: true,
58 },
59 {
60 name: "OpenAI",
61 fontWeight: 600,
62 fontSize: 22,
63 letterSpacing: "-0.01em",
64 fontFamily:
65 '"Times New Roman", ui-serif, Georgia, "Liberation Serif", serif',
66 },
67 {
68 name: "GitHub",
69 fontWeight: 700,
70 fontSize: 24,
71 letterSpacing: "-0.025em",
72 },
73 {
74 name: "Tailwind CSS",
75 label: "tailwindcss",
76 fontWeight: 600,
77 fontSize: 22,
78// … truncated

Files it writes

  • registry/ruixenui/bordered-clients-grid.tsx

Facts

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

Go to the source

Docs on ruixen-ui ruixen.com ruixenui/ruixen.com 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