Creative Tim UICreative Tim UI

Popup & Notification Blocks based on shadcn/ui

Files
app/introductory-popup/page.tsx
import IntroductoryPopup from "../introductory-popup"

export default function IntroductoryPopupPage() {
  return <IntroductoryPopup />
}
Welcome assistance popup with radio options for onboarding needs
introductory-popup

Welcome! How Can We Assist You?

We're here to help you get started smoothly. Please select the option that best describes your onboarding needs:

import IntroductoryPopup from "../introductory-popup"

export default function IntroductoryPopupPage() {
  return <IntroductoryPopup />
}
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
Cookie notification popup with settings and acceptance buttons
notification-popup

Cookies Notification

We use cookies to enhance your browsing experience and provide personalized content. By continuing to use this website, you consent to our use of cookies in accordance with our Cookie Policy. You can manage your cookie preferences by clicking "Settings."

import NotificationPopup from "../notification-popup"

export default function NotificationPopupPage() {
  return <NotificationPopup />
}
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
Account deletion confirmation popup with warning and step-by-step guide
simple-request-popup

Account Deletion Request

Please be aware that deleting your account is irreversible and will result in the permanent removal of all your data, preferences, and history with our service.

Step 1

Review and understand the consequences of account deletion to ensure you have a clear understanding of what you are deleting.

Step 2

If you have any subscriptions or ongoing services, ensure they are canceled to avoid future charges.

import SimpleRequestPopup from "../simple-request-popup"

export default function SimpleRequestPopupPage() {
  return <SimpleRequestPopup />
}
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 popup with form inputs for name and email
subscribe-popup

Subscribe for updates

Join our newsletter to receive exclusive content and special offers directly in your inbox.

import SubscribePopup from "../subscribe-popup"

export default function SubscribePopupPage() {
  return <SubscribePopup />
}
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
Upload success notification popup with social media follow buttons
success-popup

Upload Complete!

Your file has been successfully uploaded. Thank you for sharing it with us.

Follow us:

import SuccessPopup from "../success-popup"

export default function SuccessPopupPage() {
  return <SuccessPopup />
}
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
Simple welcome popup with single call-to-action button
welcome-popup-with-cta

Welcome to Creative Tim UI!

Join thousands of developers creating amazing experiences. Get access to exclusive resources, updates, and special offers.

import WelcomePopupWithCta from "../welcome-popup-with-cta"

export default function WelcomePopupWithCtaPage() {
  return <WelcomePopupWithCta />
}