We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
As the example is quite limited, it's unclear how to use vue-popper when one needs to extend it with another component.
<custom-popper> <vue-popper> <!-- ? --> </vue-popper> </custom-popper>
then:
<page-component> <custom-popper> <template v-slot:reference> <a>activate popover</a> </template> </custom-popper> </page-component>
and using a custom HTML for the reference slot. Do you mind providing an example? I'd be glad to make a MR adding it to the readme.
reference
The text was updated successfully, but these errors were encountered:
I would love to see this as well!
Sorry, something went wrong.
No branches or pull requests
Hello,
As the example is quite limited, it's unclear how to use vue-popper when one needs to extend it with another component.
then:
and using a custom HTML for the
reference
slot. Do you mind providing an example? I'd be glad to make a MR adding it to the readme.The text was updated successfully, but these errors were encountered: