Skip to content

Commit

Permalink
Toolbar: Added/changed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anlampe committed Oct 9, 2023
1 parent b972b93 commit 7f61c40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/toolbar/basicdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Code } from '../../domain/code';
selector: 'basic-doc',
template: ` <section class="py-3">
<app-docsectiontext [title]="title" [id]="id">
<p>Toolbar provides <i>start</i>, <i>center</i> and <i>end</i> templates to place content at these sections.</p>
<p>Toolbar is a grouping component for buttons and other content. Its content can be placed inside the <i>start</i>, <i>center</i> and <i>end</i> sections.</p>
</app-docsectiontext>
<div class="card">
<p-toolbar>
Expand Down
4 changes: 3 additions & 1 deletion src/app/showcase/doc/toolbar/templatedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { Code } from '../../domain/code';
@Component({
selector: 'template-doc',
template: ` <section class="py-3">
<app-docsectiontext [title]="title" [id]="id"></app-docsectiontext>
<app-docsectiontext [title]="title" [id]="id">
<p>Content can also be placed using the <i>start</i>, <i>center</i> and <i>end</i> templates.</p>
</app-docsectiontext>
<div class="card">
<p-toolbar>
<ng-template pTemplate="start">
Expand Down

0 comments on commit 7f61c40

Please sign in to comment.