Skip to content

Commit

Permalink
next read me update
Browse files Browse the repository at this point in the history
  • Loading branch information
BipanKishore committed May 17, 2024
1 parent ccea405 commit 1dc25d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/resizable-panes-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- [Cypress Recoreded tests are available here](https://cloud.cypress.io/projects/2xc7po/branches/master/overview) -->

## [Quick Demo](https://bipankishore.github.io/resizable-panes/)
## [Quick Demo!][quick-demo-link]

## Key Features

Expand Down Expand Up @@ -200,10 +200,12 @@ import {RATIO, BUTTOM_FIRST, TOP_FIRST} from 'resizable-panes-next'
resizableApi.setSize(P2, nowP2Size + n, BUTTOM_FIRST)
```

## [Quick Demo](https://bipankishore.github.io/resizable-panes/)
## [Quick Demo][quick-demo-link]

### Feel Free to Raise Pull Request

[quick-demo-link]:https://bipankishore.github.io/resizable-panes?lib=next

[nyc-link]:https://img.shields.io/nycrc/BipanKishore/resizable-panes?config=%2Fpackages%2Fresizable-panes-react%2F.nycrc

[npm-link]: https://www.npmjs.com/package/resizable-panes-next
Expand Down
2 changes: 1 addition & 1 deletion packages/resizable-panes-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resizable-panes-next",
"version": "6.0.18",
"version": "6.0.19",
"description": "A simple library for resizing elements in the browser",
"module": "./lib/esm/index.esm.js",
"main": "./lib/cjs/index.cjs.js",
Expand Down

0 comments on commit 1dc25d3

Please sign in to comment.