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