# Pricing section

A pricing section using Material UI components and Croct.

By Material UI. Categories: framework, interface, language, library.

[Demo](https://material-ui-pricing-section.preview.croct.live) · [Deploy](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcroct-tech%2Fvercel-template&project-name=material-ui-pricing-section&repository-name=material-ui-pricing-section&demo-title=Pricing+section&demo-description=A+pricing+section+using+Material+UI+components+and+Croct.&demo-image=https%3A%2F%2Fcdn.croct.io%2Fassets%2Ftemplates%2Fcovers%2Flibrary-material-ui-pricing-section.png&external-id=material-ui%3A%2F%2Fblock%2Fpricing-section&integration-ids=oac_cTQZ22CIXn5XgZXYk2nBwFdU&demo-url=https%3A%2F%2Fmaterial-ui-pricing-section.preview.croct.live) · [Source](https://github.com/croct-tech/templates/blob/master/templates/material-ui/block/pricing-section/)

## Installation

```sh
npx croct@latest use material-ui://block/pricing-section
```

# Introduction

This template adds the pricing section
from [Material UI marketing page template](https://mui.com/material-ui/getting-started/templates/marketing-page/?utm_source=croct)
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 material-ui://block/pricing-section
```

You can customize the template by specifying options:

```croct-cmd
croct use material-ui://block/pricing-section --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`  |
