Skip to content

Commit

Permalink
chore: Updated information
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Sep 6, 2021
1 parent 182ab46 commit 3d29e71
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Welcome to V-Money-Spinner
[![Npm package total downloads](https://badgen.net/npm/dt/v-money-spinner)](https://npmjs.ccom/package/express) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/joserick/v-money-spinner/blob/master/LICENSE) [![GitHub release](https://img.shields.io/github/release/joserick/v-money-spinner.svg)](https://gitHub.com/joserick/v-money-spinner/releases/) [![Star on GitHub](https://img.shields.io/github/stars/joserick/v-money-spinner?style=social)](https://github.com/joserick/v-money-spinner/stargazers)

Expand Down Expand Up @@ -63,8 +62,8 @@ app.use(MoneySpinner)
| thousands | String | "," | Thousands separator |
| prefix | String | "" | Currency symbol followed by a Space, like "R$ " |
| suffix | String | "" | Percentage for example: " %" |
| min | Number | Number.MIN_SAFE_INTEGER | The min value allowed |
| max | Number | Number.MAX_SAFE_INTEGER | The max value allowed |
| min | Number | null | The min value allowed |
| max | Number | null | The max value allowed |
| template | String | "bootstrap" | Apply template styles, use false if you not need template |
| masked | Boolean | false | If the component output should include the mask or not |
| allowBlank | Boolean | false | If the field can start blank and be cleared out by user |
Expand Down Expand Up @@ -126,4 +125,4 @@ npm i [email protected]
## References

- https://github.com/JoaoPedroAS51/v-money
- https://github.com/jonathanpmartins/v-money
- https://github.com/jonathanpmartins/v-money3

0 comments on commit 3d29e71

Please sign in to comment.