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