Components
Loading preview...
Neobrutalism-styled image card component.
@samke
npx shadcn@latest add https://21st.dev/r/ekmas/image-cardimport ImageCard from '@/components/ui/image-card'
export const Demo = () => (
<ImageCard
caption="Image"
imageUrl="https://hips.hearstapps.com/hmg-prod/images/flowers-trees-and-bushes-reach-their-peak-of-full-bloom-in-news-photo-1678292967.jpg?resize=300:*"
></ImageCard>
)