Components
Loading preview...
These cards were imported from a very popular 21st cards component and adapted for twitter, improved hover state so user can see entire card, improved on mobile, and made theme aware.
npx shadcn@latest add https://21st.dev/r/rxxndy/twitter-testimonial-cardsimport { Component } from "@/components/ui/twitter-testimonial-cards";
export default function DemoOne() {
return <Component />;
}