Magic UI - Hero video dialog
A hero section with a video dialog to introduce or demo your product.
Introduction
This template adds the Magic UI Hero Video Dialog component to your project or creates a new project using Next.js if none is found in the current directory.
It comes fully integrated with Croct, giving you CMS, AB testing, and personalization out of the box.
Usage
To create a new project using this template, run:
npm
npx croct@latest use magic-ui://ui/hero-video-dialog
You can customize the template by specifying options:
npm
npx croct@latest use magic-ui://ui/hero-video-dialog --router=page
Options
The following options are available for this template:
Option | Description | Required | Default |
---|---|---|---|
projectName | The name of the project. | No | my-app |
version | The Next.js version to use. | No | latest |
router | The router to use (app or page). | No | app |
Start building in seconds
Paste the following command in your terminal and let the CLI do the rest.
npx croct@latest init