vue-requests icon indicating copy to clipboard operation
vue-requests copied to clipboard

Component for github corners

Open egoist opened this issue 8 years ago • 4 comments

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.

egoist avatar Dec 24 '16 15:12 egoist

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

Roeefl avatar Jan 03 '17 04:01 Roeefl

Looks nice, but maybe provide a prebuilt version, btw is there any trade-off to force you not to use functional component?

egoist avatar Jan 05 '17 13:01 egoist

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!

Roeefl avatar Jan 09 '17 18:01 Roeefl

I've made vue-gh-corners for using by myself. 😶

Demo Here

You can use it if you want. 🙃

gluons avatar Jun 26 '17 14:06 gluons