Skip to content

Commit

Permalink
update button | templatedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Nov 6, 2024
1 parent 0f460ee commit 11cd9a8
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions src/app/showcase/doc/button/templatedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,34 +69,8 @@ import { Code } from '@domain/code';
export class TemplateDoc {
code: Code = {
basic: `<p-button [outlined]="true">
<svg width="35" height="40" viewBox="0 0 33 35" fill="none" xmlns="http://www.w3.org/2000/svg" class="block mx-auto">
<svg width="35" height="40" viewBox="0 0 33 35" fill="none" xmlns="http://www.w3.org/2000/svg" class="block mx-auto">
<path d="..." fill="var(--primary-color)" />
<mask id="mask0_1_36" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="31" height="33">
<path d="..." fill="var(--primary-color-text)" />
</mask>
<g mask="url(#mask0_1_36)">
<path fill-rule="evenodd" clip-rule="evenodd" d="..." fill="var(--primary-color)" />
</g>
<path d="..." fill="var(--primary-color-text)" />
<path d="..." fill="var(--primary-color-text)" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="..."
fill="var(--primary-color-text)"
/>
<path d="..." />
<path d="..." />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="..."
fill="var(--primary-color-text)"
/>
<path d="..." fill="var(--primary-color-text)" />
<path d="..." fill="var(--primary-color-text)" />
<path d="..." fill="var(--primary-color-text)" />
<path d="..." fill="var(--primary-color-text)" />
</svg>
</p-button>`,

Expand Down

0 comments on commit 11cd9a8

Please sign in to comment.