# task-lists-element **Repository Path**: mirrors_github/task-lists-element ## Basic Information - **Project Name**: task-lists-element - **Description**: Drag and drop task list items. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # <task-lists> element Drag and drop task list items. ## Installation ``` $ npm install --save @github/task-lists-element ``` ## Usage ### Script Import as a module: ```js import '@github/task-lists-element' ``` With a script tag: ```html