BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/SmoothUI Registry/header-6

Header 6

smoothui-registry/header-6
FreeBlock

Minimal hero block with clean typography

Install it

npx shadcn@latest add https://www.smoothui.dev/r/header-6.json

Source

index.tsxwww.smoothui.dev/r/header-6.json
1"use client";
2
3import { cn } from "@/lib/utils";
4import { motion, useReducedMotion } from "motion/react";
5
6export function HeroMinimal() {
7 const shouldReduceMotion = useReducedMotion();
8
9 return (
10 <section aria-labelledby="hero-minimal-heading">
11 <div className="flex min-h-[500px] items-center justify-center py-24 md:py-32">
12 <motion.div
13 className="mx-auto max-w-2xl px-6 text-center"
14 initial={shouldReduceMotion ? { opacity: 1 } : { opacity: 0 }}
15 transition={
16 shouldReduceMotion
17 ? { duration: 0 }
18 : { duration: 0.4, ease: [0.23, 1, 0.32, 1] }
19 }
20 viewport={{ once: true }}
21 whileInView={shouldReduceMotion ? { opacity: 1 } : { opacity: 1 }}
22 >
23 <motion.h1
24 className="font-bold text-4xl tracking-tight md:text-5xl lg:text-6xl"
25 id="hero-minimal-heading"
26 initial={
27 shouldReduceMotion ? undefined : { letterSpacing: "0.05em" }
28 }
29 transition={
30 shouldReduceMotion
31 ? { duration: 0 }
32 : { duration: 0.6, ease: [0.23, 1, 0.32, 1] }
33 }
34 viewport={{ once: true }}
35 whileInView={
36 shouldReduceMotion ? undefined : { letterSpacing: "0em" }
37 }
38 >
39 Less is more
40 </motion.h1>
41 <p className="mt-6 text-foreground/60 text-lg">
42 Simple, elegant components that speak for themselves.
43 </p>
44 <a
45 className={cn(
46 "mt-10 inline-flex items-center gap-1 font-medium text-foreground text-sm underline underline-offset-4 transition-colors hover:text-foreground/70",
47 "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"
48 )}
49 href="#"
50 >
51 Explore components →
52 </a>
53 </motion.div>
54 </div>
55 </section>
56 );
57}
58
59export default HeroMinimal;

What it pulls in

npm packages

  • motion

Files it writes

  • index.tsx

Facts

Registry
SmoothUI Registry
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

www.smoothui.dev educlopez/smoothui on GitHub Raw registry item This item as JSON

More from SmoothUI Registry

All 177 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Chat Templatechat-templateSmoothUI RegistryBlocksFree2 deps · 4 files
Cta 1cta-1SmoothUI RegistryBlocksFree1 dep
Cta 2cta-2SmoothUI RegistryBlocksFree1 dep
Cta 3cta-3SmoothUI RegistryBlocksFree1 dep
Faq 1faq-1SmoothUI RegistryBlocksFree2 deps
Faq 2faq-2SmoothUI RegistryBlocksFree1 dep
Faq 3faq-3SmoothUI RegistryBlocksFree2 deps
Faq 4faq-4SmoothUI RegistryBlocksFree2 deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex