You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official shadcn-vue documentation (https://www.shadcn-vue.com/docs/introduction.html) guarantees that components can be easily integrated into a Vue project using the "copy-paste" concept. However, when following the instructions and copying the Button component code, multiple errors occur during implementation, or for example "Sidebar component" don't have copy-paste
This contrasts with the original version (https://ui.shadcn.com/docs), where the copy-paste concept works perfectly and provides a seamless integration experience.
Additionally, the CLI mentioned in the documentation should be optional, as per the documentation's intent. This implies the manual integration process should function without any reliance on the CLI.
Steps to Reproduce
Follow the manual installation instructions for shadcn-vue as provided in the documentation.
Copy the Button component code from the official documentation.
Paste the code into a Vue project.
Observe the errors during the integration.
Expected Behavior
The component should work directly upon copy-pasting into a Vue project without requiring additional steps or reliance on the CLI.
Actual Behavior
Multiple errors occur when integrating the component.
Missing dependencies or undocumented configurations seem to be required for the component to function properly.
Reproduction
https://stackblitz.com/edit/github-psyjynvv
Describe the bug
Problem Description
The official
shadcn-vue
documentation (https://www.shadcn-vue.com/docs/introduction.html) guarantees that components can be easily integrated into a Vue project using the "copy-paste" concept. However, when following the instructions and copying the Button component code, multiple errors occur during implementation, or for example "Sidebar component" don't have copy-pasteThis contrasts with the original version (https://ui.shadcn.com/docs), where the copy-paste concept works perfectly and provides a seamless integration experience.
Additionally, the CLI mentioned in the documentation should be optional, as per the documentation's intent. This implies the manual integration process should function without any reliance on the CLI.
Steps to Reproduce
shadcn-vue
as provided in the documentation.Expected Behavior
The component should work directly upon copy-pasting into a Vue project without requiring additional steps or reliance on the CLI.
Actual Behavior
System Info
Contributes
The text was updated successfully, but these errors were encountered: