shadcn-vue icon indicating copy to clipboard operation
shadcn-vue copied to clipboard

[Bug]: Resize component is missing a component (Direct export from index.ts)

Open aidan-galvia opened this issue 1 year ago • 2 comments

Reproduction

npx shadcn-vue@latest add resizable

Describe the bug

After running npx shadcn-vue@latest add resizable, I noticed that this component is missing ResizablePanel.vue.

image

I also checked your github and this file is not found in the latest version, however the Wiki and MD state there should be a component ResizablePanel

  • https://github.com/radix-vue/shadcn-vue/tree/dev/apps/www/src/lib/registry/default/ui/resizable
  • https://www.shadcn-vue.com/docs/components/resizable.html

System Info

System:
    OS: Linux 6.1 Debian GNU/Linux 12 (bookworm) 12 (bookworm)
    CPU: (28) x64 Intel(R) Core(TM) i7-14700HX
    Memory: 17.80 GB / 31.03 GB
    Container: Yes
    Shell: 5.2.15 - /bin/bash
  Binaries:
    Node: 18.19.0 - /usr/bin/node
    npm: 9.2.0 - /usr/bin/npm
  Browsers:
    Chrome: 128.0.6613.113

Contributes

  • [ ] I am willing to submit a PR to fix this issue
  • [ ] I am willing to submit a PR with failing tests

aidan-galvia avatar Sep 12 '24 10:09 aidan-galvia