Components
Loading preview...
This NewsletterCard component is a reusable UI block built with Shadcn UI and Tailwind CSS that allows users to subscribe to a newsletter. It features a responsive card layout with a gradient background that adapts to both light and dark themes. Inside, it includes a title, description, email input field, and a subscribe button. The design ensures accessibility with good color contrast, rounded corners, and spacing for readability.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/newsletterimport Newsletter from "@/components/ui/newsletter";
export default function DemoOne() {
return <Newsletter />;
}