BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/edgecom/logo

Logo

edgecom/logo
FreeComponent

The Edgecom Logo component.

Install it

npx shadcn@latest add https://design.edgecom.ai/r/logo.json

Source

src/components/ui/logo.tsxdesign.edgecom.ai/r/logo.json · first 6 KB
1import * as React from "react"
2
3import { cn } from "@/lib/utils"
4
5/**
6 * Edgecom Energy brand logo.
7 *
8 * - `combination` (default): the mark + "EEConnect" wordmark lockup.
9 * - `mark`: the isometric mark on its own (use in collapsed rails, favicons, avatars).
10 *
11 * The colored (gradient) artwork is the default; in dark mode the flat-white
12 * artwork is shown instead. Switching is driven by the `.dark` class on an
13 * ancestor (the convention used throughout this design system), so no props are
14 * needed to handle theming — just size it with `className` (e.g. `h-8 w-auto`).
15 */
16
17type LogoVariant = "combination" | "mark"
18
19interface LogoProps extends React.HTMLAttributes<HTMLSpanElement> {
20 variant?: LogoVariant
21 /** Accessible name for the logo. Set to "" to mark it decorative. */
22 label?: string
23}
24
25function Logo({
26 variant = "combination",
27 label = "Edgecom Energy",
28 className,
29 ...props
30}: LogoProps) {
31 const uid = React.useId()
32 const Colored = variant === "mark" ? MarkColored : CombinationColored
33 const White = variant === "mark" ? MarkWhite : CombinationWhite
34
35 return (
36 <span
37 role="img"
38 aria-label={label || undefined}
39 aria-hidden={label ? undefined : true}
40 className={cn("inline-flex shrink-0 items-center", className)}
41 {...props}
42 >
43 <Colored uid={uid} className="block h-full w-auto dark:hidden" />
44 <White uid={uid} className="hidden h-full w-auto dark:block" />
45 </span>
46 )
47}
48
49// ---------------------------------------------------------------------------
50// Combination lockup (mark + wordmark)
51// ---------------------------------------------------------------------------
52
53function CombinationColored({
54 uid,
55 className,
56}: {
57 uid: string
58 className?: string
59}) {
60 const g = (n: number) => `${uid}-comb-${n}`
61 return (
62 <svg
63 viewBox="0 0 500 128"
64 fill="none"
65 xmlns="http://www.w3.org/2000/svg"
66 className={className}
67 >
68// … truncated

What it pulls in

Other registry items

  • edgecom-ai/design-system/theme

Files it writes

  • src/components/ui/logo.tsx

Facts

Registry
edgecom
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-22
Last confirmed
today

Go to the source

Docs on edgecom design.edgecom.ai edgecom-ai/design-system on GitHub Raw registry item This item as JSON

More from edgecom

All 66 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionedgecomComponentsFree2 deps
AlertalertedgecomComponentsFree1 dep
Alert Dialogalert-dialogedgecomComponentsFree1 dep
AvataravataredgecomComponentsFree1 dep
BadgebadgeedgecomComponentsFree2 deps
BannerbanneredgecomComponentsFree1 dep
BreadcrumbbreadcrumbedgecomComponentsFree2 deps
ButtonbuttonedgecomComponentsFree2 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

KitGrade

SaaS starter kits, scored on what can be checked

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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