---
category: api-reference
---

# CKEditor 5 block indent feature

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

This package implements the indentation feature for CKEditor 5.

## Demo

Check out the {@link features/indent#demo demo in the block indentation feature guide}.

## Documentation

See the {@link features/indent block indentation guide} and the {@link module:indent/indent~Indent} plugin documentation.

## Installation

```bash
npm install --save @ckeditor/ckeditor5-indent
```

## Contribute

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

## External links

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