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-waves

Dependencies

npm i simplex-noise

Usage

import { ThemeAwareWaves } from "@/components/ui/ThemeAwareWaves";

export default function Example() {
  return <ThemeAwareWaves />;
}

Source

Loading source...
razi's registry