mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-26 09:54:11 +01:00
22 lines
717 B
HTML
22 lines
717 B
HTML
|
|
<nga-card>
|
||
|
|
<nga-card-body>
|
||
|
|
<div class="actions-groups">
|
||
|
|
<div class="container-title">
|
||
|
|
<span>Action Groups</span>
|
||
|
|
</div>
|
||
|
|
<nga-actions size="medium" inverse>
|
||
|
|
<nga-action icon="ion-navicon"></nga-action>
|
||
|
|
<nga-action>
|
||
|
|
<nga-search type="rotate-layout"></nga-search>
|
||
|
|
</nga-action>
|
||
|
|
<nga-action icon="ion-ios-email-outline"></nga-action>
|
||
|
|
<nga-action disabled icon="ion-ios-bell-outline"></nga-action>
|
||
|
|
<nga-action>
|
||
|
|
<nga-user inverse [menu]="userMenu" name="Han Solo"></nga-user>
|
||
|
|
</nga-action>
|
||
|
|
<nga-action icon="ion-ios-gear-outline"></nga-action>
|
||
|
|
</nga-actions>
|
||
|
|
</div>
|
||
|
|
</nga-card-body>
|
||
|
|
</nga-card>
|