Hello World

GitHub

A simple hello world component

Hello World

Installation

bash
pnpm dlx shadcn@latest add @cs/hello-world

Usage

tsx
import { HelloWorld } from "@/components/cs/hello-world";
tsx
<HelloWorld />

API Reference

HelloWorld

Minimal example component that renders a Hello World heading.