ZestfulNation / vue-number-input-spinner

A customizable number input spinner component for Vuejs with character validation and min/max values
https://zestfulnation.github.io/vue-number-input-spinner/
41 stars 21 forks source link

What is inputClass #11

Closed NickStafford2 closed 6 years ago

NickStafford2 commented 6 years ago

the component requires inputClass and ButtonClass. What are these suppose to do? They are not mentioned in the documentation.

krystalcampioni commented 6 years ago

These props allow you to overwrite the default CSS classes from the component. They are not required though; if no value is provided the default classes will be applied.

in the docs you can find a description here:

  :inputClass="your-css-class"
  :buttonClass="your-other-css-class"