Skip to content

Commit

Permalink
docs (product switch): Change product switch shellbar example (#2346)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Apr 14, 2020
1 parent 4260910 commit dab6d5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<div style="background-color: #354A5F;text-align: right;padding: 6px;">
<fd-product-switch>
<fd-product-switch-body
[products]="list"
(productsChange)="productChangeHandle($event)">
</fd-product-switch-body>
</fd-product-switch>
</div>
<fd-shellbar>
<fd-shellbar-actions>
<fd-product-switch>
<fd-product-switch-body
[products]="list"
(productsChange)="productChangeHandle($event)">
</fd-product-switch-body>
</fd-product-switch>
</fd-shellbar-actions>
</fd-shellbar>
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ $product-switch-dnd-line-color: #0854A0;

.fd-product-switch__list > li {
list-style-type: none;
}
}

0 comments on commit dab6d5a

Please sign in to comment.