BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Azemmur/demo-layouts-parallax-reveal-section

demo-layouts-parallax-reveal-section

azemmur/demo-layouts-parallax-reveal-section
FreeComponent

Azemmur publishes no description for this item.

Install it

npx shadcn@latest add https://azemmur.raouf.codes/r/demo-layouts-parallax-reveal-section.json

Source

registry/demo/layouts/parallax-reveal-section/index.tsxazemmur.raouf.codes/r/demo-layouts-parallax-reveal-section.json
1import {
2 ParallaxRevealSection,
3 type ParallaxRevealSectionProps,
4} from '@/components/azemmur/layouts/parallax-reveal-section';
5
6interface ParallaxRevealSectionDemoProps {
7 intent: ParallaxRevealSectionProps['intent'];
8 shape: ParallaxRevealSectionProps['shape'];
9}
10
11export default function ParallaxRevealSectionDemo({
12 intent,
13 shape,
14}: ParallaxRevealSectionDemoProps) {
15 return (
16 <div className="relative h-[20rem] border border-border">
17 <ParallaxRevealSection
18 className="h-full"
19 intent={intent}
20 shape={shape}
21 hero={
22 <div className="flex flex-col items-center gap-4 p-8 py-24">
23 <h2 className="text-3xl font-bold">Hero Section</h2>
24 <p className="max-w-md text-center opacity-75">
25 The section fills this fixed-height parent and keeps the hero
26 pinned while content scrolls.
27 </p>
28 </div>
29 }
30 >
31 <ParallaxRevealSection
32 intent="success"
33 shape={shape}
34 hero={
35 <div className="flex flex-col items-center gap-4 p-8 py-24 bg-warning">
36 <h2 className="text-3xl font-bold">Nested Hero</h2>
37 <p className="max-w-md text-center opacity-75">
38 Nested sections inherit the same behavior with no refs or
39 runtime measurement.
40 </p>
41 </div>
42 }
43 >
44 <div className="flex flex-col items-center justify-center gap-4 p-8 py-24">
45 <h3 className="text-2xl font-bold">Reveal Section</h3>
46 <p className="max-w-md text-center opacity-75">
47 This panel overlaps the hero as the user scrolls, creating a
48 parallax depth effect.
49 </p>
50 </div>
51 </ParallaxRevealSection>
52 </ParallaxRevealSection>
53 </div>
54 );
55}

What it pulls in

Other registry items

  • @azemmur/layouts-parallax-reveal-section

Files it writes

  • registry/demo/layouts/parallax-reveal-section/index.tsx

Facts

Registry
Azemmur
Type
registry:ui
Access
Free
Files written
1
Licence
NOASSERTION
First indexed
2026-08-04
Last confirmed
today

Go to the source

azemmur.raouf.codes Gattalraouf/azemmur-ui on GitHub Raw registry item This item as JSON

More from Azemmur

All 27 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Blur Imagecomponents-blur-imageAzemmurComponentsFree1 dep
Buttoncomponents-buttonAzemmurComponentsFree1 dep
Floating Dockcomponents-floating-dockAzemmurComponentsFree2 deps · 6 files
Speed Dialcomponents-speed-dialAzemmurComponentsFree2 deps · 7 files
Tabscomponents-tabsAzemmurComponentsFree2 deps · 9 files
Theme Switchcomponents-theme-switchAzemmurComponentsFree4 deps
Timelinecomponents-timelineAzemmurComponentsFree2 deps · 8 files
Blur Image Demodemo-components-blur-imageAzemmurComponentsFreeno 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