@gfazioli/mantine-split-pane 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,11 +21,20 @@
21
21
  ## Overview
22
22
 
23
23
  This component is created on top of the [Mantine](https://mantine.dev/) library.
24
- You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
24
+
25
+ [![Mantine UI Library](https://img.shields.io/badge/-MANTINE_UI_LIBRARY-blue?style=for-the-badge&labelColor=black&logo=mantine
26
+ )](https://mantine.dev/)
25
27
 
26
28
  Utilizing Mantine UI, enables users to create a flexible layout with resizable split panes. It supports both vertical and horizontal splitting, allowing the arrangement of content in various configurations. The component seamlessly handles nested split panes, enabling complex layouts with ease.
27
29
  With intuitive resizing functionality, users can adjust the size of each pane effortlessly. This component provides a responsive and user-friendly interface for organizing and displaying content in a way that best suits the application's needs.
28
30
 
31
+ [![Demo and Documentation](https://img.shields.io/badge/-Demo_%26_Documentation-blue?style=for-the-badge&labelColor=black&logo=typescript
32
+ )](https://gfazioli.github.io/mantine-split-pane/)
33
+ [![Mantine Extensions HUB](https://img.shields.io/badge/-Mantine_Extensions_Hub-blue?style=for-the-badge&labelColor=blue
34
+ )](https://mantine-extensions.vercel.app/)
35
+
36
+ 👉 You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
37
+
29
38
  ## Installation
30
39
 
31
40
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-split-pane",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A React component that manages split panes allows users to divide and resize content areas within a layout efficiently.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-split-pane/",
6
6
  "packageManager": "yarn@4.0.1",