update icons
This commit is contained in:
parent
d86890c0cd
commit
051de13915
@ -45,7 +45,7 @@ npm install primeicons --save
|
|||||||
<h5>List of Icons</h5>
|
<h5>List of Icons</h5>
|
||||||
<p>Here is the current list of PrimeIcons, more icons will be added periodically. You may also <a href="https://github.com/primefaces/primeicons/issues">request new icons</a> at the issue tracker.</p>
|
<p>Here is the current list of PrimeIcons, more icons will be added periodically. You may also <a href="https://github.com/primefaces/primeicons/issues">request new icons</a> at the issue tracker.</p>
|
||||||
<div>
|
<div>
|
||||||
<input class="icon-filter" (input)="onFilter($event)" pInputText placeholder="Search an icon">
|
<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">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid icons-list text-center">
|
<div class="grid icons-list text-center">
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
.icon-filter {
|
|
||||||
width: 100%;
|
|
||||||
padding: 1rem;
|
|
||||||
margin: 1rem 0 1.5rem 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icons-list {
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
i {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
color: var(--text-color-secondary);
|
|
||||||
margin-bottom: .5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md-2 {
|
|
||||||
padding-bottom: 2rem;
|
|
||||||
}
|
|
||||||
}
|
|
@ -3,8 +3,7 @@ import { IconService } from '../service/iconservice';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-iconsdemo',
|
selector: 'app-iconsdemo',
|
||||||
templateUrl: './iconsdemo.component.html',
|
templateUrl: './iconsdemo.component.html'
|
||||||
styleUrls: ['./iconsdemo.component.scss']
|
|
||||||
})
|
})
|
||||||
export class IconsDemoComponent implements OnInit {
|
export class IconsDemoComponent implements OnInit {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user