Components
An animated watercolor background using CSS gradients, SVG filters, and morphing shapes to simulate paint blooming on paper.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/living-watercolorLoading preview...
import { Component } from "@/components/ui/living-watercolor";
export default function DemoOne() {
return <Component />;
}