X Card

X card with a reply and nice gradiant.

Installation

npm install motion

Usage

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)