Skip to content

Commit

Permalink
refatoring with es6, fix bugs and change styles
Browse files Browse the repository at this point in the history
  • Loading branch information
thalysonalexr committed Feb 8, 2020
1 parent 2adf9c8 commit c9dce8d
Show file tree
Hide file tree
Showing 6 changed files with 1,908 additions and 1,060 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Property | Type | Possible values | Description | Remarks |
```default-color-star```| String | colors in rgb, rgba or hexadecimal | Color of star deselected | No required, default: ```#dbdbdb``` |
```borders```| Boolean | ```true``` or ```false``` | Border in container of component (box) | No required, default: ```true``` |
```shine```| Boolean | ```true``` or ```false``` | Flashing stars animation | No required, default: ```false``` |
```display```| String | ```simple```, ```normal``` or ```full``` | Simple container without punctuation and without title. Normal container with punctuation. Container full with punctuation and title | No required, default: ```full``` |
```display```| String | ```simple``` or ```normal```| Simple container without punctuation and without title. Normal container with punctuation. Container full with punctuation and title | No required, default: ```full``` |
```title-box```| String | Anywhere value | Title in container box component | No required |
```result```| Array | Values type number | An array with number-type values ​​of each star-rate-component component for generating an average in this result container | No required |
```size```| String | ```sm```, ```md``` or ```lg``` | Component container size | No required, default: ```md``` |
Expand All @@ -113,4 +113,4 @@ Property | Type | Possible values | Description | Remarks |

## License

[MIT License](https://github.com/thalysonrodrigues/star-rate-component/blob/master/LICENSE) © 2018 Thalyson Rodrigues
[MIT License](https://github.com/thalysonrodrigues/star-rate-component/blob/master/LICENSE) © 2018 - 2020 Made with ♥ by Thalyson Rodrigues
2 changes: 1 addition & 1 deletion dist/vue-star-rate.js

Large diffs are not rendered by default.

Binary file modified docs/star-rate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c9dce8d

Please sign in to comment.