---
category: api-reference
---

# CKEditor 5 list feature

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

This package implements the bulleted, numbered and to-do list features for CKEditor 5.

## Documentation

See the {@link module:list/list~List} plugin documentation as well as the {@link features/lists lists} and {@link features/todo-lists to-do list feature guides}.

## Installation

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

## Contribute

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

## External links

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