Components
Loading preview...
A 3D animated card component with a rotating cube icon and smooth text fill effect that triggers on hover.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/icon-3d-hover// This is file with demos of your component
// Each export is one usecase for your component
import { IconHover3D } from "@/components/ui/icon-3d-hover";
const DemoOne = () => {
return <IconHover3D />;
};
export { DemoOne };