Noise Texture
Noise Card
CardsCard with noise texture overlay
noisetexturegrainy
Installation
$
Usage
tsx
import { NoiseCard } from "@/components/nonaxial/noise-card"
export default function Example() {
return (
<NoiseCard>{/* Your content here */}</NoiseCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |