diff --git a/404.html b/404.html index c5af3ef..c5d40f6 100644 --- a/404.html +++ b/404.html @@ -4,4 +4,4 @@ var computedColorScheme = colorScheme !== "auto" ? colorScheme : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; document.documentElement.setAttribute("data-mantine-color-scheme", computedColorScheme); } catch (e) {} -

404

This page could not be found.

\ No newline at end of file +

404

This page could not be found.

\ No newline at end of file diff --git a/_next/static/R4b0QzswUqk3P9H-FJE6E/_buildManifest.js b/_next/static/xuEDZSX7_VAsc3FlSUUnO/_buildManifest.js similarity index 100% rename from _next/static/R4b0QzswUqk3P9H-FJE6E/_buildManifest.js rename to _next/static/xuEDZSX7_VAsc3FlSUUnO/_buildManifest.js diff --git a/_next/static/R4b0QzswUqk3P9H-FJE6E/_ssgManifest.js b/_next/static/xuEDZSX7_VAsc3FlSUUnO/_ssgManifest.js similarity index 100% rename from _next/static/R4b0QzswUqk3P9H-FJE6E/_ssgManifest.js rename to _next/static/xuEDZSX7_VAsc3FlSUUnO/_ssgManifest.js diff --git a/index.html b/index.html index 0fdd643..6f620d7 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ var computedColorScheme = colorScheme !== "auto" ? colorScheme : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; document.documentElement.setAttribute("data-mantine-color-scheme", computedColorScheme); } catch (e) {} -
GitHub

@gfazioli/mantine-split-pane

A Mantine component that manages split panes allows users to divide and resize content areas within a layout efficiently

Installation

+
GitHub

@gfazioli/mantine-split-pane

A Mantine component that manages split panes allows users to divide and resize content areas within a layout efficiently

Installation

yarn add @gfazioli/mantine-split-pane

After installation import package styles at the root of your application:

import '@gfazioli/mantine-split-pane/styles.css';
@@ -418,4 +418,4 @@ </Split> ...

In the above example, the resizer between the Pane 1 and Pane 2 will resize the panes by 32 pixel, and the resizer between the Pane 2 and Pane 3 will resize the panes by 16 pixel. The SHIFT key will resize the panes by 256 pixel between the Pane 1 and Pane 2 and by 128 pixel between the Pane 2 and Pane 3.

-
\ No newline at end of file +
\ No newline at end of file