Skip to content

Commit

Permalink
Visuals for typography
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 28, 2022
1 parent 1f7ef41 commit 7617ec6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/demo/components/utilities/icons/icons.component.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div class="card">
<h2>Icons</h2>
<h5>Download</h5>
<h4>Download</h4>
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
npm install primeicons --save
</app-code>

<h5>Getting Started</h5>
<h4>Getting Started</h4>
<p>PrimeIcons use the <strong>pi pi-&#123;icon&#125;</strong> syntax such as <strong>pi pi-check</strong>.
A standalone icon can be displayed using an element such as <i>i</i> or <i>span</i></p>

Expand All @@ -17,7 +17,7 @@ <h5>Getting Started</h5>
<i class="pi pi-check" style="margin-right: .5rem"></i>
<i class="pi pi-times"></i>

<h5>Size</h5>
<h4>Size</h4>
<p>Size of the icons can easily be changed using font-size property.</p>

<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
Expand All @@ -32,7 +32,7 @@ <h5>Size</h5>

<i class="pi pi-check" style="font-size: 2rem"></i>

<h5>Spinning Animation</h5>
<h4>Spinning Animation</h4>
<p>Special pi-spin class applies infinite rotate to an icon.</p>

<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
Expand All @@ -41,7 +41,7 @@ <h5>Spinning Animation</h5>

<i class="pi pi-spin pi-spinner" style="font-size: 2rem"></i>

<h5>List of Icons</h5>
<h4>List of Icons</h4>
<p>Here is the current list of PrimeIcons, more icons will be added periodically. You may also <a class="text-primary hover:underline" href="https://github.com/primefaces/primeicons/issues">request new icons</a> at the issue tracker.</p>
<div>
<input class="icon-filter" (input)="onFilter($event)" pInputText placeholder="Search an icon" class="w-full p-3 mt-3 mb-5 w-full p-3 mt-3 mb-5">
Expand Down

0 comments on commit 7617ec6

Please sign in to comment.