Creative Tim UICreative Tim UI

Newsletter Subscription Blocks based on shadcn/ui

Files
app/newsletter-block-with-dark-background/page.tsx
import NewsletterBlockWithDarkBackground from "@/components/creative-tim/blocks/newsletter-block-with-dark-background"

export default function Page() {
  return <NewsletterBlockWithDarkBackground />
}
Newsletter subscription with dark background card
newsletter-block-with-dark-background

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 />
}
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
Two-column newsletter subscription with checkbox
newsletter-block-with-left-to-right-layout

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 NewsletterBlockWithLeftToRightLayout from "@/components/creative-tim/blocks/newsletter-block-with-left-to-right-layout"

export default function Page() {
  return <NewsletterBlockWithLeftToRightLayout />
}
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
Minimal horizontal newsletter subscription
simple-subscribe-to-newsletter-section

Stay 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 />
}
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
Newsletter subscription modal dialog
subscribe-to-newsletter-modal

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 SubscribeToNewsletterModal from "@/components/creative-tim/blocks/subscribe-to-newsletter-modal"

export default function Page() {
  return <SubscribeToNewsletterModal />
}
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
Newsletter popup with featured image
subscribe-to-newsletter-popup-with-image
Newsletter background
Creative Tim UI

Stay Updated with Latest News

Join our newsletter to receive the latest updates, exclusive content, and insights delivered straight to your inbox.

We respect your privacy. Unsubscribe at any time.

import SubscribeToNewsletterPopupWithImage from "@/components/creative-tim/blocks/subscribe-to-newsletter-popup-with-image"

export default function Page() {
  return <SubscribeToNewsletterPopupWithImage />
}