JonathanDn / vue-dropdown

A highly dynamic vue dropdown component
39 stars 12 forks source link

Seprate border to --> buttonBorder & optionsBorder #6

Open JonathanDn opened 5 years ago

chawlatanya commented 4 years ago

Hey, would like to contribute to this repo, okay if I work on some of the issues? #5, #6, and #3

JonathanDn commented 4 years ago

Sure thing @chawlatanya You are more than welcome :+1:

chawlatanya commented 4 years ago

Thanks :) Had a small question- How do I locally run this to check my changes?

JonathanDn commented 4 years ago

You can use the JSFiddle demo, fork it or copy its code to either:

Or whatever online playground you favour.

And when you modify things on your forked version you will see the changes in real time in that playground's mini-browser.

Another way is to copy all the code to a working project you already have a local environment set up in and modify it there and when done update the forked version of this repo in your gitHub and open a PR if that was your intention.

chawlatanya commented 4 years ago

Awesome, thanks a lot. Will do. :)