From a9ea16b2833f1cfe5aa8cc8d5d6630add87a36bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:16:27 +0300 Subject: [PATCH] Button template doc | svg logo update --- src/app/showcase/doc/button/templatedoc.ts | 104 +++++++++++++++------ 1 file changed, 78 insertions(+), 26 deletions(-) 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: `
- - - + + + + + + + + + + + + + + + + + +
`,