Skip to content

Commit

Permalink
Demo update
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Sep 15, 2020
1 parent 4e55cc7 commit 5b95c0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,13 +447,7 @@ <h5>Dependencies</h5>
<span>Edit in StackBlitz</span>
</a>
<app-code lang="markup" ngNonBindable ngPreserveWhitespaces>
&lt;h5&gt;Basic&lt;/h5&gt;
&lt;p-confirmDialog [style]="&#123;width: '50vw'&#125;" [baseZIndex]="10000"&gt;&lt;/p-confirmDialog&gt;
&lt;button type="button" (click)="confirm1()" pButton icon="pi pi-check" label="Confirm"&gt;&lt;/button&gt;
&lt;button type="button" (click)="confirm2()" pButton icon="pi pi-times" label="Delete"&gt;&lt;/button&gt;

&lt;h5&gt;Position&lt;/h5&gt;
&lt;h5&gt;Basic&lt;/h5&gt;
&lt;p-confirmDialog [style]="&#123;width: '50vw'&#125;" [baseZIndex]="10000"&gt;&lt;/p-confirmDialog&gt;
&lt;p-button (click)="confirm1()" icon="pi pi-check" label="Confirm"&gt;&lt;/p-button&gt;
&lt;p-button (click)="confirm2()" icon="pi pi-times" label="Delete"&gt;&lt;/p-button&gt;
Expand Down
1 change: 0 additions & 1 deletion src/app/showcase/components/tooltip/tooltipdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ <h5>Dependencies</h5>
</a>
<app-code lang="markup" ngNonBindable ngPreserveWhitespaces>
&lt;h5&gt;Positions&lt;/h5&gt;
&lt;h5&gt;Positions&lt;/h5&gt;
&lt;div class="p-grid p-fluid"&gt;
&lt;div class="p-col-12 p-md-3"&gt;
&lt;input type="text" pInputText pTooltip="Enter your username" placeholder="Right"&gt;
Expand Down

0 comments on commit 5b95c0a

Please sign in to comment.