jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
27 lines • 587 B
HTML
<jqxTabs [theme]="'material'" #tabs
[height]="850" [width]="getWidth()" [initTabContent]="initTabContent">
<ul>
<li style="margin-left: 30px;">Tab 1</li>
<li>Tab 2</li>
</ul>
<div class="jqx-hidescrollbars">
<div class="jqx-hideborder" #splitter1>
<div>
Content 1.1
</div>
<div>
Content 1.2
</div>
</div>
</div>
<div class="jqx-hidescrollbars">
<div class="jqx-hideborder" #splitter2>
<div>
Content 2.1
</div>
<div>
Content 2.2
</div>
</div>
</div>
</jqxTabs>