{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "note", "title": "Note", "description": "A restrained aside for contextual information.", "dependencies": [ "lucide-react@^1.28.0" ], "registryDependencies": [ "@manner/utils", "@manner/manner-theme" ], "files": [ { "path": "registry/manner/editorial/note.tsx", "content": "import { Sparkles } from \"lucide-react\"\nimport * as React from \"react\"\n\nimport { cn } from \"@/lib/cn\"\n\ntype NoteProps = React.ComponentProps<\"aside\"> & { title?: React.ReactNode }\n\nfunction Note({ title, children, className, ...props }: NoteProps) {\n return (\n \n )\n}\n\nexport { Note, type NoteProps }\n", "type": "registry:ui" } ], "type": "registry:ui" }