A smooth reveal animation that slides a colored overlay away to introduce content as it enters the viewport.
pnpm dlx shadcn@latest add https://atlasui.dev/r/box-reveal-html.json
Wrap any element with a <div class="box-reveal"> to apply the box reveal effect.
<div class="box-reveal">
<div class="box-reveal"> <h1>Box Reveal</h1> </div>
data-side
"left" | "right"
"left"
data-color
string
"#FACC15"
data-width
"fit-content" | "full"
"fit-content"
On This Page
Contribute