Skip to content

Commit

Permalink
README.md: add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Nov 15, 2023
1 parent 0365777 commit 367b8ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ items from one container to another. Such as:
1. Kanban-like UI: Drag and drop an item from one board to another.
2. Board game: drag and drop pieces from one tile to another.

- [Drag Drop Components](#drag-drop-components)
- [How to Use](#how-to-use)
- [HTML](#html)
- [Simple Example](#simple-example)
- [NodeJS](#nodejs)
- [Contribution](#contribution)
- [Building the Library](#building-the-library)
- [Development Mode](#development-mode)
- [Playwright Test](#playwright-test)
- [Report Issue and Contribution](#report-issue-and-contribution)
- [License](#license)

## How to Use

### HTML
Expand Down

0 comments on commit 367b8ec

Please sign in to comment.