export class RatingSectionComponent {
  name = 'Rating';
  src = 'https://github.com/valor-software/ngx-bootstrap/tree/development/src/rating';
  componentContent: ContentSection[] = demoComponentContent;
}