drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge
https://concepttoclinic.drivendata.org/
MIT License
367 stars 147 forks source link

implemented area select vue component for Segmentation page (#150) #249

Closed Serhiy-Shekhovtsov closed 7 years ago

Serhiy-Shekhovtsov commented 7 years ago

Implemented Vue.js component for area selection based on this project. Did following updates:

vue-area-select

Can be used as simple as this: <area-select @selection-changed="areaSelectChange" v-if="showAreaSelect" :selectedArea="currentArea"></area-select>

Reference to official issue

150

License

Since I used this project as a starting point, should I include it's license in the code?

CLA

lamby commented 7 years ago

Thanks!