# Features section with title

A features section with title built with Mantine.

By Mantine. Categories: framework, interface, language, library, use-case.

[Demo](https://mantine-features-title.preview.croct.live) · [Deploy](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcroct-tech%2Fvercel-template&project-name=mantine-features-title&repository-name=mantine-features-title&demo-title=Features+section+with+title&demo-description=A+features+section+with+title+built+with+Mantine.&demo-image=https%3A%2F%2Fcdn.croct.io%2Fassets%2Ftemplates%2Fcovers%2Flibrary-mantine-features-title.png&external-id=mantine%3A%2F%2Fblock%2Ffeatures-title&integration-ids=oac_cTQZ22CIXn5XgZXYk2nBwFdU&demo-url=https%3A%2F%2Fmantine-features-title.preview.croct.live) · [Source](https://github.com/croct-tech/templates/blob/master/templates/mantine/block/features-title/)

## Installation

```sh
npx croct@latest use mantine://block/features-title
```

# Introduction

This template adds the [features section with title](https://ui.mantine.dev/category/features/?utm_source=croct#features-title) 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:

```croct-cmd
croct use mantine://block/features-title
```

You can customize the template by specifying options:

```croct-cmd
croct use mantine://block/features-title --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`    |
| `javascript`  | Whether to use JavaScript instead of TypeScript. | No       | `false`  |
