Components
A 3D animated card component with a rotating cube icon and smooth text fill effect that triggers on hover.
Loading preview...
// 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 };