hughjdavey/ngx-stars

Size

Linknpay opened this issue · 2 comments

Size between 1 to 5 is not very adapted to all projects.
Can you let us choose the number of px instead

I am sure this can be made configurable let me look into it

Added new customSize input for the component. Let me know what you think. Use like

<ngx-stars customSize="24px"></ngx-stars>
<ngx-stars customSize="5vh"</ngx-stars>
<ngx-stars customSize="4rem"></ngx-stars>