Skip to content

Commit

Permalink
update readme with demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikreddyc committed Aug 19, 2022
1 parent d79a175 commit dd5aca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A React Library to enable draglines for perfect placement of draggable items

You can check the demo [here](https://karrthikreddychinasani.github.io/react-drag-guide-lines/)

## Usage

using npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-drag-guide-lines",
"version": "1.0.0",
"version": "1.0.1",
"description": "Adds guide lines to react draggable components",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit dd5aca1

Please sign in to comment.