X Card
X card with a reply and nice gradiant.
Motion
Installation
npm install motionUsage
import TweetCard from "@/components/xui/tweet-card";
export function MyComponent() {
return (
<div className="w-full max-w-md">
<TweetCard />
</div>
);
}Props
This component has no configurable props.
Dependencies
This component requires the following packages:
motion(framer-motion)

