---
category: api-reference
---

# CKEditor 5 Content Minimap feature

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-minimap.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-minimap)

This package implements the minimap feature for CKEditor 5.

## Demo

Check out the {@link features/minimap#demo demo in the content minimap feature guide}.

## Documentation

See the {@link features/minimap content minimap feature guide} and the {@link module:minimap/minimap~Minimap} plugin documentation.

## Installation

```
npm install --save @ckeditor/ckeditor5-minimap
```

## Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-minimap.

## External links

* [`@ckeditor/ckeditor5-minimap` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-minimap)
* [`ckeditor/ckeditor5-minimap` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-minimap)
* [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
* [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
