Components
Loading preview...
Interactive grid of animated smiley faces that respond to mouse movement with 3D transforms and morph from sad to happy expressions on hover
@kedhar
npx shadcn@latest add https://21st.dev/r/kedhareswer.12110626/smileyimport React from 'react';
import { Smiley } from '../components/ui/smiley';
export default function DefaultDemo() {
return <Smiley size={150} />;
}