Components
Loading preview...
Reveals the images on hover.
npx shadcn@latest add https://21st.dev/r/hari/reveal-imagesimport { RevealImageList } from "@/components/ui/reveal-images"
function RevealImageListDemo() {
return (
<div className="block">
< RevealImageList />
</div>
);
}
export { RevealImageListDemo };