From 7f61c400a8054902756c9acf49bab845593b2c21 Mon Sep 17 00:00:00 2001 From: andreaslampe <70583111+anlampe@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:53:45 +0200 Subject: [PATCH] Toolbar: Added/changed docs --- src/app/showcase/doc/toolbar/basicdoc.ts | 2 +- src/app/showcase/doc/toolbar/templatedoc.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/showcase/doc/toolbar/basicdoc.ts b/src/app/showcase/doc/toolbar/basicdoc.ts index 02ef2f8d597..fb4b1e8ed2c 100644 --- a/src/app/showcase/doc/toolbar/basicdoc.ts +++ b/src/app/showcase/doc/toolbar/basicdoc.ts @@ -6,7 +6,7 @@ import { Code } from '../../domain/code'; selector: 'basic-doc', template: `
-

Toolbar provides start, center and end templates to place content at these sections.

+

Toolbar is a grouping component for buttons and other content. Its content can be placed inside the start, center and end sections.

diff --git a/src/app/showcase/doc/toolbar/templatedoc.ts b/src/app/showcase/doc/toolbar/templatedoc.ts index 360ddb5eeb0..e6ffb235177 100644 --- a/src/app/showcase/doc/toolbar/templatedoc.ts +++ b/src/app/showcase/doc/toolbar/templatedoc.ts @@ -5,7 +5,9 @@ import { Code } from '../../domain/code'; @Component({ selector: 'template-doc', template: `
- + +

Content can also be placed using the start, center and end templates.

+