-
-
Notifications
You must be signed in to change notification settings - Fork 377
feat: add components prefix #850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: winches <[email protected]>
|
@ilyaliao how do I make this work with primevue? I tried but the component doesn't show, see reproduction and issue |
Hi jongbonga 👋 Thanks for asking, but sorry, this PR doesn't include adding prefix in Please refer to: primefaces/primevue#6875 (comment) |
This should probably be added to the README documentation now it's merged. |
Good idea! Would you like to open a PR? |
Hey guys, thanks for adding support for prefix. Unfortunately, I face an issue while importing the components. My setup:
... the components.d.ts is generated correctly with:
However I can't import the component with
Interesting is that using Have I forgot something in the config? |
This looks like a bug, I will fix it. |
Description
This PR is a minimal implementation of #612. Since the original PR is outdated, I’m submitting a new one.
It simply adds support for prefixing component names.
Linked Issues
resolve: #438