Skip to content

Commit

Permalink
next 6.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
BipanKishore committed May 16, 2024
1 parent 6aa67c4 commit aa75171
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 12 deletions.
30 changes: 25 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# The modern library that solve all resizing use cases of a Layout. The mono repo contains following pacakges
# The modern library that solve all resizing use cases of a Layout

## The mono repo contains following pacakges

| Available In | Name | Version | Gzip |
|--------------|------|---------|------|
| React |[resizable-panes-react][resizable-panes-react-git-link] | | |
| JS |[resizable-panes-next][resizable-panes-next-git-link] | | |
| Next |[resizable-panes-js][resizable-panes-js-git-link] | | |
| Vue |[resizable-panes-vue][resizable-panes-vue-git-link] | | |
| React |[resizable-panes-react][resizable-panes-react-git-link] |[![NPM Version][npm-version-react-badge]][npm-react-link]|[![npm bundle size][npm-min-size-badge-react-link]][npm-min-size-react-link] |
| JS |[resizable-panes-js][resizable-panes-js-git-link] |[![NPM Version][npm-version-js-badge]][npm-js-link]|[![npm bundle size][npm-min-size-badge-js-link]][npm-min-size-js-link] |
| Next |[resizable-panes-next][resizable-panes-next-git-link] |[![NPM Version][npm-version-next-badge]][npm-next-link] | [![npm bundle size][npm-min-size-badge-next-link]][npm-min-size-next-link] |
| Vue |[resizable-panes-vue][resizable-panes-vue-git-link] | | |

[npm-react-link]: https://www.npmjs.com/package/resizable-panes-react
[npm-version-react-badge]: https://img.shields.io/npm/v/resizable-panes-react

[npm-js-link]: https://www.npmjs.com/package/resizable-panes-js
[npm-version-js-badge]: https://img.shields.io/npm/v/resizable-panes-js

[npm-next-link]: https://www.npmjs.com/package/resizable-panes-next
[npm-version-next-badge]: https://img.shields.io/npm/v/resizable-panes-next

[npm-min-size-badge-react-link]: https://img.shields.io/bundlephobia/minzip/resizable-panes-react
[npm-min-size-react-link]: https://www.npmjs.com/package/resizable-panes-react

[resizable-panes-react-git-link]: https://github.com/BipanKishore/resizable-panes/tree/master/packages/resizable-panes-react

Expand All @@ -14,3 +28,9 @@
[resizable-panes-next-git-link]: https://github.com/BipanKishore/resizable-panes/tree/master/packages/resizable-panes-next

[resizable-panes-vue-git-link]: https://github.com/BipanKishore/resizable-panes/tree/master/packages/resizable-panes-vue

[npm-min-size-badge-js-link]: https://img.shields.io/bundlephobia/minzip/resizable-panes-js
[npm-min-size-js-link]: https://www.npmjs.com/package/resizable-panes-js

[npm-min-size-badge-next-link]: https://img.shields.io/bundlephobia/minzip/resizable-panes-next
[npm-min-size-next-link]: https://www.npmjs.com/package/resizable-panes-next
12 changes: 6 additions & 6 deletions packages/resizable-panes-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ yarn add resizable-panes-next
```

```jsx
import { Pane, ResizablePanes } from "resizable-panes-react";
import { Pane, ResizablePanes } from "resizable-panes-next";

function App() {
return (
Expand Down Expand Up @@ -187,7 +187,7 @@ export const CustomResizer = ({

```tsx

import {RATIO, BUTTOM_FIRST, TOP_FIRST} from 'resizable-panes-react'
import {RATIO, BUTTOM_FIRST, TOP_FIRST} from 'resizable-panes-next'

const n = 100
const paneId = 'P2'
Expand All @@ -206,11 +206,11 @@ import {RATIO, BUTTOM_FIRST, TOP_FIRST} from 'resizable-panes-react'

[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-react
[npm-version-badge]: https://img.shields.io/npm/v/resizable-panes-react
[npm-link]: https://www.npmjs.com/package/resizable-panes-next
[npm-version-badge]: https://img.shields.io/npm/v/resizable-panes-next

[npm-min-size-badge-link]: https://img.shields.io/bundlephobia/minzip/resizable-panes-react
[npm-min-size-link]: https://www.npmjs.com/package/resizable-panes-react
[npm-min-size-badge-link]: https://img.shields.io/bundlephobia/minzip/resizable-panes-next
[npm-min-size-link]: https://www.npmjs.com/package/resizable-panes-next

[sonar-react-badge-link]: https://sonarcloud.io/api/project_badges/measure?project=BipanKishore_resizable-panes-react&branch=master&metric=alert_status
[sonar-react-link]:https://sonarcloud.io/summary/new_code?id=BipanKishore_resizable-panes-react
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.15",
"version": "6.0.16",
"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 aa75171

Please sign in to comment.