Components
Loading preview...
This is a modern, responsive chat card component built with React and Tailwind CSS, fully compatible with both light and dark modes. It features a textarea for user input, dynamic action buttons using Lucide icons, and a submit button with a subtle gradient and hover effects.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/creative-cardimport CreativeCard from "@/components/ui/creative-card";
export default function DemoOne() {
return (
<div className="flex items-center justify-center">
<CreativeCard />
</div>
);
}