vue-requests
vue-requests copied to clipboard
Component for github corners
Open Source Opportunity
Would be great to have a Vue component for http://tholman.com/github-corners/
<template>
<github-corners position="top-right" repo="egoist/docute"></github-corners>
</template>
functional component would suit such use case.
Hi Egoist,
Thank you for posting about this opportunity.
I made a simple Vue component that serves this purpose. It was good to get some basic experience with Vue.
You can find it here: https://roeefl.github.io/vue-github-corners/
Your input or suggestions regarding this would be welcome.
~Roeefl
Looks nice, but maybe provide a prebuilt version, btw is there any trade-off to force you not to use functional component?
Hi man,
this was my first component. I actually am not familiar with what a prebuilt version means or what using a functional component means either.
now that you mentioned those though, I'll be sure to look into them.
Thanks!