MCPcopy Create free account
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% updated 2mo ago★ 34

Browse by type

Functions 336 Types & classes 79
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

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

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

Ask about this repo answers extend the page