# Simple header

A simple header component built with Mantine.

By Mantine. Categories: framework, interface, language, library.

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

## Installation

```sh
npx croct@latest use mantine://component/header-simple
```

# Introduction

This template adds the [simple header component](https://ui.mantine.dev/category/headers/?utm_source=croct#header-simple) 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://component/header-simple
```

You can customize the template by specifying options:

```croct-cmd
croct use mantine://component/header-simple --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`  |
