wave-background
wave-background component
Not VerifiedComponent1 file
Preview
Preview not yet added for wave-background.
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/wave-backgroundDependencies
npm i simplex-noiseUsage
import { wave-background } from "@/components/ui/wave-background";
export default function Example() {
return <wave-background />;
}Source
Loading source...