BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ncdai/brand-assets-menu

Brand Assets Menu

ncdai/brand-assets-menu
UnverifiedComponent

Context menu for copying brand SVGs and opening asset links.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/exekartik/exeKartik/main/brand-assets-menu.json

Source

src/registry/components/brand-assets-menu/brand-assets-menu.tsxraw.githubusercontent.com/exekartik/exeKartik/main/brand-assets-menu.json
1"use client"
2
3import { useTiks } from "@rexa-developer/tiks/react"
4import { toast } from "sonner"
5
6import {
7 ContextMenu,
8 ContextMenuContent,
9 ContextMenuItem,
10 ContextMenuSeparator,
11 ContextMenuTrigger,
12} from "@/components/ui/context-menu"
13import { IconPlaceholder } from "@/registry/icons/icon-placeholder"
14
15export type BrandAssetsMenuProps = {
16 logomark: React.ReactElement
17 logomarkSVG: string
18 logotypeSVG: string
19 brandGuidelinesURL: string
20 brandAssetsURL: string
21 children: React.ReactElement
22}
23
24export function BrandAssetsMenu({
25 logomark,
26 logomarkSVG,
27 logotypeSVG,
28 brandGuidelinesURL,
29 brandAssetsURL,
30 children,
31}: BrandAssetsMenuProps) {
32 const { success } = useTiks()
33
34 return (
35 <ContextMenu>
36 <ContextMenuTrigger asChild>{children}</ContextMenuTrigger>
37
38 <ContextMenuContent className="w-fit">
39 <ContextMenuItem
40 onClick={() => {
41 copyText(logomarkSVG)
42 toast.success("Logomark as SVG copied")
43 success()
44 }}
45 >
46 {logomark}
47 Copy Logomark as SVG
48 </ContextMenuItem>
49
50 <ContextMenuItem
51 onClick={() => {
52 copyText(logotypeSVG)
53 toast.success("Logotype as SVG copied")
54 success()
55 }}
56 >
57 <IconPlaceholder
58 lucide="TypeIcon"
59 tabler="IconLetterT"
60 hugeicons="TextIcon"
61 phosphor="TextTIcon"
62 remixicon="RiText"
63 />
64 Copy Logotype as SVG
65 </ContextMenuItem>
66
67 <ContextMenuSeparator />
68
69 <ContextMenuItem asChild>
70 <a
71 href={brandGuidelinesURL}
72 target="_blank"
73 rel="noopener noreferrer"
74 >
75 <IconPlaceholder
76 lucide="SquareDashedIcon"
77 tabler="IconShape"
78 hugeicons="DashedLine02Icon"
79 phosphor="BoundingBoxIcon"
80 remixicon="RiShapeLine"
81 />
82 Brand Guidelines
83 </a>
84 </ContextMenuItem>
85
86 <ContextMenuItem asChild>
87 <a
88 href={brandAssetsURL}
89 target="_blank"
90 rel="noopener noreferrer"
91 download
92 >
93 <IconPlaceholder
94 lucide="DownloadIcon"
95 tabler="IconDownload"
96 hugeicons="Download01Icon"
97 phosphor="DownloadSimpleIcon"
98 remixicon="RiDownloadLine"
99 />
100// … truncated

What it pulls in

npm packages

  • @rexa-developer/tiks

Other registry items

  • context-menu
  • sonner

Files it writes

  • src/registry/components/brand-assets-menu/brand-assets-menu.tsx

Facts

Registry
ncdai
Type
registry:component
Access
Unverified
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

chanhdai.com Prathamesh-exe/prathfolio on GitHub Raw registry item This item as JSON

More from ncdai

All 17 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Apple Hello Effectapple-hello-effectncdaiComponentsUnverified1 dep
Apple Hello Effect - Hindiapple-hello-effect-hindincdaiComponentsUnverified1 dep
Apple Hello Effect - Spanishapple-hello-effect-spanishncdaiComponentsUnverified1 dep
Apple Hello Effect - Vietnameseapple-hello-effect-vietnamesencdaiComponentsUnverified1 dep
chevrons-up-down-iconchevrons-up-down-iconncdaiComponentsUnverified1 dep
Code Block Commandcode-block-commandncdaiComponentsUnverified4 deps · 3 files
Consent Managerconsent-managerncdaiComponentsUnverified1 dep · 2 files
Contribution Graphcontribution-graphncdaiComponentsUnverified1 dep

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