Components
npx shadcn@latest add https://21st.dev/r/minhxthanh/flip-galleryLoading preview...
import FlipGallery from "@/components/ui/flip-gallery";
export default function DemoOne() {
return (
<div className="w-full">
<FlipGallery />
</div>
);
}