# ui.corr.sh Full LLM Index > Extended machine-readable guide for AI agents using the `@corr` shadcn-compatible React registry. ## Site Identity - Name: ui.corr.sh - Owner: Liam Corrigan - URL: https://ui.corr.sh - Registry namespace: `@corr` - Registry root: https://ui.corr.sh/r/registry.json - Registry item URL pattern: https://ui.corr.sh/r/{name}.json - Documentation URL pattern: https://ui.corr.sh/components/{slug} ## How To Use The Registry Register the namespace in a consumer project: ```bash npx shadcn@latest registry add @corr ``` Install one item: ```bash npx shadcn@latest add @corr/{name} ``` Examples: ```bash npx shadcn@latest add @corr/mailbox npx shadcn@latest add @corr/form-builder npx shadcn@latest add @corr/filters npx shadcn@latest add @corr/kanban ``` ## Canonical Machine Resources - Registry JSON: https://ui.corr.sh/r/registry.json - Component stats: https://ui.corr.sh/api/components/stats - Site stats: https://ui.corr.sh/api/stats ## Blocks - [Audit Log](https://ui.corr.sh/components/audit-log) - event history and activity log UI. - [Availability](https://ui.corr.sh/components/availability) - draggable weekly availability scheduler. - [File Manager](https://ui.corr.sh/components/file-manager) - responsive file explorer with desktop, tablet, and mobile behavior. - [Form Builder](https://ui.corr.sh/components/form-builder) - reusable JSON form designer, renderer, response records, metadata, and version-safe snapshots. - [Kanban](https://ui.corr.sh/components/kanban) - composable drag-and-drop kanban board. - [Mailbox](https://ui.corr.sh/components/mailbox) - responsive mail client block with folders, message list, preview, compose, attachments, and mobile drill-in flow. - [Project Card Carousel](https://ui.corr.sh/components/project-card-carousel) - project cards built on the shared carousel primitive. - [Settings Page](https://ui.corr.sh/components/settings-page) - structured settings surface. - [Status Page](https://ui.corr.sh/components/status-page) - service status dashboard with uptime, incidents, and filtering. - [Timeline](https://ui.corr.sh/components/timeline) - scheduling timeline with draggable slots and mobile agenda presentation. ## Core Components - [Accordion List](https://ui.corr.sh/components/accordion-list) - [Carousel](https://ui.corr.sh/components/carousel) - [Code Block](https://ui.corr.sh/components/code-block) - [Command Palette](https://ui.corr.sh/components/command-palette) - [Data Table](https://ui.corr.sh/components/data-table) - [Date Picker Field](https://ui.corr.sh/components/date-picker-field) - [Destructive Gate](https://ui.corr.sh/components/destructive-gate) - [Dialog](https://ui.corr.sh/components/action-dialog) - [Drawer](https://ui.corr.sh/components/action-drawer) - [Empty State](https://ui.corr.sh/components/empty-state) - [File Upload Dropzone](https://ui.corr.sh/components/file-upload-dropzone) - [Filters](https://ui.corr.sh/components/filters) - [Key Value List](https://ui.corr.sh/components/key-value-list) - [Metric Badge](https://ui.corr.sh/components/metric-badge) - [Notice Alert](https://ui.corr.sh/components/notice-alert) - [Preview Link](https://ui.corr.sh/components/preview-link) - [Profile Avatar](https://ui.corr.sh/components/profile-avatar) - [Section Tabs](https://ui.corr.sh/components/section-tabs) - [Status Pill](https://ui.corr.sh/components/status-pill) - [Stepper](https://ui.corr.sh/components/stepper) - [Toast Action](https://ui.corr.sh/components/toast-action) - [Typography Effects](https://ui.corr.sh/components/typography-effects) ## Utilities - [Chart Empty Loading Error](https://ui.corr.sh/components/chart-empty-loading-error) - chart state wrapper for ready, loading, empty, and error states. - [Component Health Panel](https://ui.corr.sh/components/component-health-panel) - component dependency, file, registry JSON, and install command summary. - [Preview Data Provider](https://ui.corr.sh/components/preview-data-provider) - shared mock data provider for examples. - [Registry Install Card](https://ui.corr.sh/components/registry-install-card) - install, copy, JSON, source, and metrics card. - [Responsive Preview Shell](https://ui.corr.sh/components/responsive-preview-shell) - desktop, tablet, and mobile preview frame. - [Screen Size Guard](https://ui.corr.sh/components/screen-size-guard) - guarded fallback for components that require larger screens. - [Scroll Blur](https://ui.corr.sh/components/scroll-blur) - scroll containers with edge blurs and optional snapping. ## Animated Components - [Animated Buttons](https://ui.corr.sh/components/animated-buttons) - [Animated Copy Button](https://ui.corr.sh/components/animated-copy-button) - [Animated Dialog](https://ui.corr.sh/components/animated-dialog) - [Animated Disclosure](https://ui.corr.sh/components/animated-disclosure) - [Animated List](https://ui.corr.sh/components/animated-list) - [Animated Number](https://ui.corr.sh/components/animated-number) - [Animated Progress](https://ui.corr.sh/components/animated-progress) - [Animated Spinner](https://ui.corr.sh/components/animated-spinner) - [Animated Toggle Card](https://ui.corr.sh/components/animated-toggle-card) - [Presence Fade](https://ui.corr.sh/components/presence-fade) - [Shimmer Skeleton](https://ui.corr.sh/components/shimmer-skeleton) ## Charts - [Area Chart](https://ui.corr.sh/components/area-chart) - [Bar Chart](https://ui.corr.sh/components/bar-chart) - [Composed Chart](https://ui.corr.sh/components/composed-chart) - [Line Chart](https://ui.corr.sh/components/line-chart) - [Metric Chart Card](https://ui.corr.sh/components/metric-chart-card) - [Pie Chart](https://ui.corr.sh/components/pie-chart) - [Radar Chart](https://ui.corr.sh/components/radar-chart) - [Radial Chart](https://ui.corr.sh/components/radial-chart) - [Sankey Chart](https://ui.corr.sh/components/sankey-chart) ## Agent Guidance - Use registry JSON as the source of truth for installability. - Use docs pages for examples and API reference. - Use direct `/r/{name}.json` URLs for shadcn installs. - Treat this registry as a React, TypeScript, Tailwind CSS, and shadcn/ui component source. - Prefer existing exported components over copying snippets from rendered examples.