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
First, congrats for this component! Its true useful.
I want use it as a ribbon to "BETA version" alert. I need to make a fork or has any exploit to make its possible?
The text was updated successfully, but these errors were encountered:
Hi @carromeu thanks for using it 😃
Currently the component does only support the url property, that builds an anchor tag with href, for example:
url
<Ribbon text='Hello World' url='https://github.com/P3trur0/vue-ribbon' fixed />
If the url sounds fine to you, it might work as a clickable ribbon.
Otherwise you have to bind the onclick event manually. Please, consider to open a PR in case you'll introduce this improvement!
Sorry, something went wrong.
No branches or pull requests
First, congrats for this component! Its true useful.
I want use it as a ribbon to "BETA version" alert. I need to make a fork or has any exploit to make its possible?
The text was updated successfully, but these errors were encountered: