Components
Add some liquid (not glass) to your ui with this amazing wet paint button.
npx shadcn@latest add https://21st.dev/r/vaib215/wet-paint-buttonLoading preview...
import WetPaintButton from "@/components/ui/wet-paint-button";
export default function DemoOne() {
return <WetPaintButton>Wet Paint Button</WetPaintButton>;
}