mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-06 16:41:48 +01:00
20 lines
802 B
HTML
20 lines
802 B
HTML
<nb-card size="xsmall">
|
|
<nb-card-body>
|
|
<nb-tabset fullWidth (changeTab)="toggleLoadingAnimation()">
|
|
<nb-tab tabTitle="Tab 1" [nbSpinner]="loading" nbSpinnerStatus="success" nbSpinnerSize="giant">
|
|
<p>
|
|
A nebula is an interstellar cloud of dust, hydrogen, helium and other ionized gases.
|
|
Originally, nebula was a name for any diffuse astronomical object.
|
|
</p>
|
|
</nb-tab>
|
|
|
|
<nb-tab tabTitle="Tab 2" [nbSpinner]="loading" nbSpinnerStatus="info" nbSpinnerSize="giant">
|
|
<p>
|
|
Nebular's primary goal is to assemble together and connect the most awesome features and libraries
|
|
creating an efficient ecosystem to speed up and simplify the development.
|
|
</p>
|
|
</nb-tab>
|
|
|
|
</nb-tabset>
|
|
</nb-card-body>
|
|
</nb-card>
|