diff --git a/utils/tabs/small-tabs.component.ts b/utils/tabs/small-tabs.component.ts new file mode 100644 index 00000000..e0e757f3 --- /dev/null +++ b/utils/tabs/small-tabs.component.ts @@ -0,0 +1,89 @@ +/** + * The main component that renders single TabComponent + * instances. + */ + +import { + Component, + ContentChildren, + QueryList, + AfterContentInit, Output, EventEmitter, ViewChild, ElementRef, +} from '@angular/core'; + +import { TabComponent } from './tab.component'; + +declare var UIkit: any; + +@Component({ + selector: 'my-small-tabs', + template: ` +
+ +