-
I'm posting this as a discussion because I don't know if this is an issue with In a brand-new project I added the
Ignore the error in the screenshot, that's caused by an unrelated browser extension. I added the component with this command:
And this is what the layout looks like this: <script lang="ts">
import '../app.pcss';
import * as Resizable from '$lib/components/ui/resizable/index.js';
</script>
<Resizable.PaneGroup direction="horizontal" class="h-screen w-screen">
<Resizable.Pane minSize={15} maxSize={50} class="h-screen">sidenav</Resizable.Pane>
<Resizable.Handle />
<slot />
</Resizable.PaneGroup> If a repo with the reproducible issue is needed let me know. |
Beta Was this translation helpful? Give feedback.
Answered by
huntabyte
Apr 16, 2024
Replies: 1 comment 2 replies
-
@huntabyte ping in case this case this flew under the radar. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update to the latest version of paneforge