Open aidan-galvia opened 2 months ago
ResizablePanel
(shadcn-vue) or SplitterPanel (radix-vue) is directly exported from
If you are using Nuxt use shadcn-nuxt
module to cover this case, or check manual module tab in this link and add those components with addComponent
function
Related issues which component directly exports from index.ts
because there was no need to write a wrapper around those components
Reproduction
npx shadcn-vue@latest add resizable
Describe the bug
After running
npx shadcn-vue@latest add resizable
, I noticed that this component is missingResizablePanel.vue
.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
System Info
Contributes