ThemeAwareWaves
ThemeAwareWaves component
Not VerifiedComponent2 files
use-mountedsimplex-noise
Preview
Preview not yet added for ThemeAwareWaves.
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/theme-aware-wavesDependencies
npm i simplex-noiseUsage
import { ThemeAwareWaves } from "@/components/ui/ThemeAwareWaves";
export default function Example() {
return <ThemeAwareWaves />;
}Source
Loading source...