Components
Hello World
A simple hello world component demonstrating basic registry patterns.
Hello World
A minimal component demonstrating the basic structure of a Vandoko registry component.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/hello-worldUsage
import { HelloWorld } from "@/components/hello-world";
export default function Page() {
return <HelloWorld />;
}Features
- Minimal - Demonstrates basic component structure
- TypeScript - Proper type exports
- Tailwind - Uses design tokens
Registry Dependencies
button
Lineage
| Property | Value |
|---|---|
| Type | registry:component |
| Curated | 2025-01-19 |