{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "hex-ui", "homepage": "https://hex-ui.com", "items": [ { "name": "utils", "type": "registry:lib", "description": "Utility functions for merging Tailwind CSS classes", "dependencies": ["clsx", "tailwind-merge"], "files": [ { "path": "registry/lib/utils.ts", "type": "registry:lib", "target": "lib/utils.ts" } ] }, { "name": "split-text", "type": "registry:component", "description": "Animated text component with character and word-level animations", "dependencies": ["motion"], "registryDependencies": ["utils"], "files": [ { "path": "registry/split-text/split-text.tsx", "type": "registry:component", "target": "components/ui/split-text.tsx" } ] }, { "name": "animated-avatar", "type": "registry:component", "description": "Interactive avatar component with glassmorphism tooltips and hover animations", "dependencies": ["motion"], "registryDependencies": ["utils"], "files": [ { "path": "registry/animated-avatar/animated-avatar.tsx", "type": "registry:component", "target": "components/ui/animated-avatar.tsx" } ] }, { "name": "pill-navbar", "type": "registry:component", "description": "A modern floating navigation bar with glassmorphism design, customizable positioning, and call-to-action support", "registryDependencies": ["utils"], "files": [ { "path": "registry/navbars/pill-navbar.tsx", "type": "registry:component", "target": "components/ui/pill-navbar.tsx" } ] }, { "name": "background-ripple-effect", "type": "registry:component", "description": "Hexagon Shapes background with Ripple effect on click.", "registryDependencies": ["utils"], "files": [ { "path": "registry/backgrounds/background-ripple-effect.tsx", "type": "registry:component", "target": "components/ui/background-ripple-effect.tsx" } ] }, { "name": "stacked-tabs", "type": "registry:component", "description": "An interactive image carousel with stacked card interface, featuring smooth animations and mobile-friendly touch gestures", "dependencies": ["motion/react", "@use-gesture/react"], "registryDependencies": ["utils"], "files": [ { "path": "registry/carousels/stacked-tabs.tsx", "type": "registry:component", "target": "components/ui/stacked-tabs.tsx" } ] } ] }