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
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/hello-world

Usage

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

PropertyValue
Typeregistry:component
Curated2025-01-19

On this page