First
Overlapping
Overlap Section
LayoutOverlapping content sections
overlapsectiondepth
Installation
$
Usage
tsx
import { OverlapSection } from "@/components/nonaxial/overlap-section"
export default function Example() {
return (
<OverlapSection>{/* Your content here */}</OverlapSection>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |