Diagonal
Diagonal Section
LayoutDiagonal split section
diagonalsectioncreative
Installation
$
Usage
tsx
import { DiagonalSection } from "@/components/nonaxial/diagonal-section"
export default function Example() {
return (
<DiagonalSection>{/* Your content here */}</DiagonalSection>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |