MCPcopy Index your code
hub / github.com/Unizoy/unizoy-ui

github.com/Unizoy/unizoy-ui @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
415 symbols 1,166 edges 221 files 2 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Adding Component

  1. Add the component.tsx file in registry/ui and update the registry/registry-ui.ts file.

  2. Add the example component in registry/example and update the registry/registry-examples.ts file.

  3. Now regenerate the __registry__/index.tsx using this command.

pnpm run build:registry

Note: If you are running this for the first time they you need to create the __registry__ folder mannually.

  1. Now create a component.mdx file in content/docs/components.

  2. Now bulid the contentlayer using this command.

pnpm run bulid:docs
  1. At last update the config/docs.ts. to update the sidebar.

Adding Template

  1. Create a template.mdx file in content/templates folder.

  2. Then rebuild the .contentlayer using this command-

pnpm run bulid:docs

Extension points exported contracts — how you extend this code

CardSliderProps (Interface)
(no doc)
registry/ui/scrolling-cards.tsx
CardProps (Interface)
(no doc)
registry/examples/snapping-scroll-cards-demo.tsx
State (Interface)
(no doc)
registry/hooks/use-toast.ts
NavItem (Interface)
(no doc)
types/nav.ts
UnistNode (Interface)
(no doc)
types/unist.ts
DocsPagerProps (Interface)
(no doc)
components/pager.tsx
ComponentPreviewProps (Interface)
(no doc)
components/component-preview.tsx
CopyButtonProps (Interface)
(no doc)
components/copy-button.tsx

Core symbols most depended-on inside this repo

cn
called by 281
lib/utils.ts
cn
called by 63
registry/lib/utils.ts
useConfig
called by 9
hooks/use-config.ts
copyToClipboardWithMeta
called by 6
components/copy-button.tsx
dispatch
called by 5
registry/hooks/use-toast.ts
getNodeAttributeByName
called by 5
lib/rehype-component.ts
generateSEO
called by 5
lib/seo.ts
dispatch
called by 5
hooks/use-toast.ts

Shape

Function 336
Interface 79

Languages

TypeScript100%

Modules by API surface

registry/ui/button.tsx14 symbols
registry/ui/carousel.tsx12 symbols
lib/registry.ts12 symbols
registry/ui/image-trail.tsx11 symbols
registry/ui/custom-pointer.tsx10 symbols
components/contact-us/contact.tsx10 symbols
registry/hooks/use-toast.ts9 symbols
hooks/use-toast.ts9 symbols
registry/ui/text-hover-effect.tsx8 symbols
registry/ui/product-preview.tsx7 symbols
components/copy-button.tsx7 symbols
registry/ui/testimonial.tsx6 symbols

For agents

$ claude mcp add unizoy-ui \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact