panietoar / nativescript-vue-star-rating

A Star rating UI component for nativescript vue
MIT License
7 stars 5 forks source link

Star size + Read-only mode #2

Closed thukuwanjiku closed 5 years ago

thukuwanjiku commented 5 years ago

Appreciation for the good work. I understand this is a project in progress, however I'm using Nativescript+vue and the size prop isn't working for me, both as a string and number.

Both <StarRating :value="3.5" size="10" and <StarRating :value="3.5" : size="10"

give me large stars screenshot_20181130-224601-01

Also please put the readonly mode on the stars

panietoar commented 5 years ago

You can put them in readonly by ignoring the event. I'll check the size problem.

panietoar commented 5 years ago

I don't see problem with size.

Please play here to see it working: https://play.nativescript.org/?template=play-vue&id=jDeqtw&v=3

thukuwanjiku commented 5 years ago

Your demo works exactly as I want. Perhaps I have some bugs on my local code because it stays the same. I'll try it on a new local project and see. Thanks