{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "empty-example", "title": "Empty", "registryDependencies": [ "button", "empty", "input-group", "kbd", "example" ], "files": [ { "path": "registry/base-sera/examples/empty-example.tsx", "content": "import {\n Example,\n ExampleWrapper,\n} from \"@/registry/base-sera/components/example\"\nimport { Button } from \"@/registry/base-sera/ui/button\"\nimport {\n Empty,\n EmptyContent,\n EmptyDescription,\n EmptyHeader,\n EmptyMedia,\n EmptyTitle,\n} from \"@/registry/base-sera/ui/empty\"\nimport {\n InputGroup,\n InputGroupAddon,\n InputGroupInput,\n} from \"@/registry/base-sera/ui/input-group\"\nimport { Kbd } from \"@/registry/base-sera/ui/kbd\"\nimport { IconPlaceholder } from \"@/app/(create)/components/icon-placeholder\"\n\nexport default function EmptyExample() {\n return (\n \n \n \n \n \n \n \n \n )\n}\n\nfunction EmptyBasic() {\n return (\n \n \n \n No projects yet\n \n You haven't created any projects yet. Get started by creating\n your first project.\n \n \n \n
\n \n \n
\n }\n className=\"text-muted-foreground\"\n nativeButton={false}\n >\n Learn more{\" \"}\n \n \n
\n
\n
\n )\n}\n\nfunction EmptyWithMutedBackground() {\n return (\n \n \n \n No results found\n \n No results found for your search. Try adjusting your search terms.\n \n \n \n \n }\n className=\"text-muted-foreground\"\n nativeButton={false}\n >\n Learn more{\" \"}\n \n \n \n \n \n )\n}\n\nfunction EmptyWithBorder() {\n return (\n \n \n \n 404 - Not Found\n \n The page you're looking for doesn't exist. Try searching\n for what you need below.\n \n \n \n \n \n \n \n \n \n /\n \n \n \n Need help? Contact support\n \n \n \n \n )\n}\n\nfunction EmptyWithIcon() {\n return (\n \n \n \n \n \n \n Nothing to see here\n \n No posts have been created yet. Get started by{\" \"}\n creating your first post.\n \n \n \n \n \n \n \n )\n}\n\nfunction EmptyWithMutedBackgroundAlt() {\n return (\n \n \n \n 404 - Not Found\n \n The page you're looking for doesn't exist. Try searching\n for what you need below.\n \n \n \n \n \n \n \n \n \n /\n \n \n \n Need help? Contact support\n \n \n \n \n )\n}\n\nfunction EmptyInCard() {\n return (\n \n \n \n \n \n \n No projects yet\n \n You haven't created any projects yet. Get started by creating\n your first project.\n \n \n \n
\n \n \n
\n }\n className=\"text-muted-foreground\"\n nativeButton={false}\n >\n Learn more{\" \"}\n \n \n
\n
\n
\n )\n}\n", "type": "registry:example" } ], "type": "registry:example" }