Banner with image and action
A banner component with image and action built with Mantine.

Introduction
This template adds the banner component with image and action from Mantine to your project.
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 mantine://component/image-action-bannerYou can customize the template by specifying options:
npm
npx croct@latest use mantine://component/image-action-banner --router=pageOptions
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 |
| javascript | Whether to use JavaScript instead of TypeScript. | No | false |
Explore or help us improve this template
Other templates using
Mantine
Start building in seconds
Paste the following command in your terminal and let the CLI do the rest.
npx croct@latest use mantine://component/image-action-banner



