Newsletter Subscription Blocks based on shadcn/ui
Eye-catching newsletter subscription card with primary color background. Features centered heading, description text, email input, and subscribe button. Perfect for engaging email capture sections.
import NewsletterBlockWithDarkBackground from "@/components/creative-tim/blocks/newsletter-block-with-dark-background"
export default function Page() {
return <NewsletterBlockWithDarkBackground />
}
Be the first who see the news
Your company may not be in the software business, but eventually, a software company will be in your business.
import NewsletterBlockWithDarkBackground from "@/components/creative-tim/blocks/newsletter-block-with-dark-background"
export default function Page() {
return <NewsletterBlockWithDarkBackground />
}
Two-column newsletter layout with heading and description on the left, subscription form on the right. Includes terms and conditions checkbox. Ideal for balanced content and form layouts.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROBe the first who see the news
Your company may not be in the software business, but eventually, a software company will be in your business.
import NewsletterBlockWithLeftToRightLayout from "@/components/creative-tim/blocks/newsletter-block-with-left-to-right-layout"
export default function Page() {
return <NewsletterBlockWithLeftToRightLayout />
}
Clean and simple horizontal newsletter subscription bar. Features concise heading and inline email capture form. Perfect for footer sections or minimal email collection.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROStay in the Know: Subscribe for Exclusive Updates
import SimpleSubscribeToNewsletterSection from "@/components/creative-tim/blocks/simple-subscribe-to-newsletter-section"
export default function Page() {
return <SimpleSubscribeToNewsletterSection />
}
Modal popup for newsletter subscription with heading, description, email input, and terms checkbox. Features close button and form validation. Perfect for exit-intent or timed popups.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROBe the first who see the news
Your company may not be in the software business, but eventually, a software company will be in your business.
import SubscribeToNewsletterModal from "@/components/creative-tim/blocks/subscribe-to-newsletter-modal"
export default function Page() {
return <SubscribeToNewsletterModal />
}
Premium newsletter popup featuring a hero image with two-column layout below. Includes email form with terms checkbox. Ideal for engaging newsletter signups with visual appeal.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PRO
Stay Updated with Latest News
Join our newsletter to receive the latest updates, exclusive content, and insights delivered straight to your inbox.
import SubscribeToNewsletterPopupWithImage from "@/components/creative-tim/blocks/subscribe-to-newsletter-popup-with-image"
export default function Page() {
return <SubscribeToNewsletterPopupWithImage />
}