Home
Blocks

Hello World

10/29/2025, 3:55:14 PM modified by Marvin

A simple hello world component

Install

Loading...

Usage

Hello World

export function HelloWorld() {  return <h1 className="text-2xl font-bold">Hello World</h1>;}

Git Commit History(2 commits)

refactor: 优化目录

Marvin
10月29日 15:55
0c4142fb

feat: 初始化git仓库

Marvin
10月29日 13:35
1300e546

On this page