# Category

**Category:** Common/Types

## API

### Overview

Defines a category in the [`Views`](./?path=/story/features-display-views--views) dropdown. A category groups related views and appears as a section header. Each category has a unique `id`, a display `name`, and an array of [`View`](./?path=/story/common-types--view) objects.

### Props

| Prop | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `id` | `string` | Yes | - | Unique identifier. |
| `views` | `View<F>[]` | Yes | - | Array of [view objects](./?path=%2Fstory%2Fcommon-types--view) that appear under the category in the dropdown. |
| `name` | `string` | Yes | - | What the category is called in the dropdown. |
| `info` | `InfoIconProps` | No | - | @deprecated Info icon is now automatically rendered by Cairo for all categories. [InfoIconProps](https://www.docs.wixdesignsystem.com/?path=/story/components-form--infoicon) |

