{ "$schema": "../../schema.json", "version": "0.0.1", "components": [ { "name": "style", "type": "registry:style", "files": [ "style" ], "category": "Style", "description": "Base style (new-york)" }, { "name": "announcement-badge", "type": "registry:ui", "files": [ "announcement-badge" ], "category": "Components", "description": "Displays a badge with an icon and a title." }, { "name": "avatar", "type": "registry:ui", "files": [ "avatar" ], "category": "Components", "description": "Displays a user avatar with image, fallback, and group support." }, { "name": "badge", "type": "registry:ui", "files": [ "badge" ], "category": "Components", "description": "Displays a badge for status, labels, or metadata." }, { "name": "button", "type": "registry:ui", "files": [ "button" ], "category": "Actions", "description": "Displays a button or a component that looks like a button." }, { "name": "card", "type": "registry:ui", "files": [ "card" ], "category": "Components", "description": "Displays a card with a title, description, content and footer." }, { "name": "carousel", "type": "registry:ui", "files": [ "carousel" ], "category": "Components", "description": "Displays a carousel of images or content." }, { "name": "checkbox", "type": "registry:ui", "files": [ "checkbox" ], "category": "Forms", "description": "An accessible checkbox with optional animation variant." }, { "name": "command", "type": "registry:ui", "files": [ "command" ], "category": "Navigation", "description": "A fast command menu and search interface." }, { "name": "copy-button", "type": "registry:ui", "files": [ "copy-button" ], "category": "Actions", "description": "Displays a copy button that copies the text to the clipboard when clicked." }, { "name": "installation-section", "type": "registry:ui", "files": [ "installation-section" ], "category": "Documentation", "description": "Displays installation instructions with code snippets." }, { "name": "input", "type": "registry:ui", "files": [ "input" ], "category": "Forms", "description": "A versatile input field with multiple variants including floating labels and outlined styles." }, { "name": "label", "type": "registry:ui", "files": [ "label" ], "category": "Forms", "description": "An accessible label component that renders a caption associated with a control." }, { "name": "multi-select", "type": "registry:ui", "files": [ "multi-select" ], "category": "Forms", "description": "A searchable multi-select component with badges for displaying selected items." }, { "name": "orbit-images", "type": "registry:ui", "files": [ "orbit-images" ], "category": "Components", "description": "Displays a set of images in an orbiting motion." }, { "name": "popover", "type": "registry:ui", "files": [ "popover" ], "category": "Overlays", "description": "A floating content container positioned relative to a trigger." }, { "name": "progress", "type": "registry:ui", "files": [ "progress" ], "category": "Feedback", "description": "Displays an indicator showing the completion progress of a task or operation." }, { "name": "radio-group", "type": "registry:ui", "files": [ "radio-group" ], "category": "Forms", "description": "A set of checkable buttons—known as radio buttons—where no more than one can be checked at a time." }, { "name": "select", "type": "registry:ui", "files": [ "select" ], "category": "Forms", "description": "An accessible dropdown select component for choosing a single option from a list of choices." }, { "name": "skeleton", "type": "registry:ui", "files": [ "skeleton" ], "category": "Feedback", "description": "A placeholder component that displays a visual representation of loading content with customizable animation variants." }, { "name": "switch", "type": "registry:ui", "files": [ "switch" ], "category": "Forms", "description": "A toggle switch component with glassmorphism variant and customizable glow effects." }, { "name": "tabs", "type": "registry:ui", "files": [ "tabs" ], "category": "Navigation", "description": "A set of layered sections of content—known as tab panels—that are displayed one at a time." }, { "name": "textarea", "type": "registry:ui", "files": [ "textarea" ], "category": "Forms", "description": "A flexible textarea for multi-line text input, with examples including expanding and scrollable variants." }, { "name": "tooltip", "type": "registry:ui", "files": [ "tooltip" ], "category": "Overlays", "description": "Contextual hint overlay with animated variants for delightful UX." }, { "name": "utils", "type": "registry:lib", "files": [ "utils" ], "category": "Library", "description": "Utility functions for className management (includes cn function)" } ] }