MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / DiagonalPatternProps

Interface DiagonalPatternProps

components/portfolio/diagonal-pattern.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use client'
2
3interface DiagonalPatternProps {
4 side: 'left' | 'right'
5 className?: string
6}
7
8export default function DiagonalPattern({ side, className = '' }: DiagonalPatternProps) {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected