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