Refactor
This commit is contained in:
parent
0d1d51e1d0
commit
6989cd81f1
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
<h5>Download</h5>
|
<h5>Download</h5>
|
||||||
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
||||||
npm install primeicons --save</app-code>
|
npm install primeicons --save
|
||||||
|
</app-code>
|
||||||
|
|
||||||
<h5>Getting Started</h5>
|
<h5>Getting Started</h5>
|
||||||
<p>PrimeIcons use the <strong>pi pi-{icon}</strong> syntax such as <strong>pi pi-check</strong>.
|
<p>PrimeIcons use the <strong>pi pi-{icon}</strong> syntax such as <strong>pi pi-check</strong>.
|
||||||
@ -11,7 +12,8 @@ npm install primeicons --save</app-code>
|
|||||||
|
|
||||||
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
||||||
<i class="pi pi-check"></i>
|
<i class="pi pi-check"></i>
|
||||||
<i class="pi pi-times"></i></app-code>
|
<i class="pi pi-times"></i>
|
||||||
|
</app-code>
|
||||||
|
|
||||||
<i class="pi pi-check" style="margin-right: .5rem"></i>
|
<i class="pi pi-check" style="margin-right: .5rem"></i>
|
||||||
<i class="pi pi-times"></i>
|
<i class="pi pi-times"></i>
|
||||||
@ -20,12 +22,14 @@ npm install primeicons --save</app-code>
|
|||||||
<p>Size of the icons can easily be changed using font-size property.</p>
|
<p>Size of the icons can easily be changed using font-size property.</p>
|
||||||
|
|
||||||
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
||||||
<i class="pi pi-check"></i></app-code>
|
<i class="pi pi-check"></i>
|
||||||
|
</app-code>
|
||||||
|
|
||||||
<i class="pi pi-check"></i>
|
<i class="pi pi-check"></i>
|
||||||
|
|
||||||
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
||||||
<i class="pi pi-check" style="font-size: 2rem"></i></app-code>
|
<i class="pi pi-check" style="font-size: 2rem"></i>
|
||||||
|
</app-code>
|
||||||
|
|
||||||
<i class="pi pi-check" style="font-size: 2rem"></i>
|
<i class="pi pi-check" style="font-size: 2rem"></i>
|
||||||
|
|
||||||
@ -33,7 +37,8 @@ npm install primeicons --save</app-code>
|
|||||||
<p>Special pi-spin class applies infinite rotate to an icon.</p>
|
<p>Special pi-spin class applies infinite rotate to an icon.</p>
|
||||||
|
|
||||||
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
<app-code lang="markup" ngPreserveWhitespaces ngNonBindable>
|
||||||
<i class="pi pi-spin pi-spinner" style="font-size: 2rem"></i></app-code>
|
<i class="pi pi-spin pi-spinner" style="font-size: 2rem"></i>
|
||||||
|
</app-code>
|
||||||
|
|
||||||
<i class="pi pi-spin pi-spinner" style="font-size: 2rem"></i>
|
<i class="pi pi-spin pi-spinner" style="font-size: 2rem"></i>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user