Skip to content

Latest commit

 

History

History

Rating

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Entity Rating

A rating entity that contains a rating and optionally a review.


  • types
    Rating - Entity type
interface Rating {
  rate: number;
  feedback?: string;
}
  • components
    RatingCard - Rating Card