-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: add new attributes to rating component.(onIcon, offIcon, onIconProps, offIconProps, cancelIcon, cancelIconProps). fix: wrong value on the rating docs. fix: typo on the rating demo page. * build: add missing attributes on the api generator/rating. * fix: typo on Rating Demo page. Co-authored-by: Ulaş Turan <[email protected]>
- Loading branch information
1 parent
8588f67
commit cc28c50
Showing
9 changed files
with
233 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
.p-rating { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.p-rating-icon { | ||
cursor: pointer; | ||
} | ||
|
Oops, something went wrong.