--- category: api-reference --- # CKEditor 5 indent block feature [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-indent-block.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-indent-block) This package implements the indent block feature for CKEditor 5. ## Demo Check out the {@link features/indent-block#demo demo in the indent block feature} guide. ## Documentation See the {@link module:indent-block/indentblock~IndentBlock} plugin documentation. ## Installation ```bash npm install --save @ckeditor/ckeditor5-indent-block ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-indent-block. ## External links * [`@ckeditor/ckeditor5-indent-block` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-indent-block) * [`ckeditor/ckeditor5-indent-block` on GitHub](https://github.com/ckeditor/ckeditor5-indent-block) * [Issue tracker](https://github.com/ckeditor/ckeditor5-indent-block/issues) * [Changelog](https://github.com/ckeditor/ckeditor5-indent-block/blob/master/CHANGELOG.md)