diff --git a/src/app/showcase/doc/button/templatedoc.ts b/src/app/showcase/doc/button/templatedoc.ts index cd6f77329fc..cc05f99f21f 100644 --- a/src/app/showcase/doc/button/templatedoc.ts +++ b/src/app/showcase/doc/button/templatedoc.ts @@ -9,15 +9,29 @@ import { Code } from '../../domain/code';
- + + + + + + + + + + - + + + + + + +
@@ -27,29 +41,67 @@ import { Code } from '../../domain/code'; export class TemplateDoc { code: Code = { basic: ` - - - - + + + + + + + + + + + + + + + + + + + `, html: `
- - - + + + + + + + + + + + + + + + + + +
`,