Reveals the images on hover.
import { RevealImageList } from "@/components/ui/reveal-images" function RevealImageListDemo() { return ( <div className="block"> < RevealImageList /> </div> ); } export { RevealImageListDemo };
Part of Animata — browse the full library on 21st.dev.