Skip to content

Commit

Permalink
Update dockdemo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Aug 13, 2021
1 parent dde032a commit 151680e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/app/showcase/components/dock/dockdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>Dock</h1>
<p>Dock is a navigation component consisting of menuitems.</p>
</div>
<app-demoActions github="dock" stackblitz="dock-demo"></app-demoActions>
<app-demoActions github="dock"></app-demoActions>
</div>

<div class="content-section implementation dock-demo">
Expand Down Expand Up @@ -128,8 +128,8 @@ <h5>MenuModel API</h5>

<h5>Properties</h5>
<p>Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.</p>
<div className="doc-tablewrapper">
<table className="doc-table">
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
Expand Down Expand Up @@ -208,9 +208,6 @@ <h5>Dependencies</h5>
<a href="https://github.com/primefaces/primeng/tree/master/src/app/showcase/components/dock" class="btn-viewsource" target="_blank">
<span>View on GitHub</span>
</a>
<a href="https://stackblitz.com/edit/primeng-dock-demo" class="btn-viewsource" style="margin-left: .5em;" target="_blank">
<span>Edit in StackBlitz</span>
</a>

<app-code lang="markup" ngNonBindable ngPreserveWhitespaces>
&lt;h5&gt;Basic&lt;/h5&gt;
Expand Down

0 comments on commit 151680e

Please sign in to comment.