GrainOverlay
Subtle film grain overlay effect
Not VerifiedComponent1 file
Preview
Preview not yet added for GrainOverlay.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/grain-overlayUsage
import { GrainOverlay } from "@/components/ui/GrainOverlay";
export default function Example() {
return <GrainOverlay />;
}Source
Loading source...