Update tabledemo and add primeblocks & icons pages
This commit is contained in:
@@ -36,7 +36,7 @@ export class AppMenuComponent implements OnInit {
|
||||
}]
|
||||
},
|
||||
{
|
||||
label: 'UI Kit',
|
||||
label: 'UI Components',
|
||||
items: [
|
||||
{label: 'Form Layout', icon: 'pi pi-fw pi-id-card', routerLink: ['/uikit/formlayout']},
|
||||
{label: 'Input', icon: 'pi pi-fw pi-check-square', routerLink: ['/uikit/input']},
|
||||
@@ -55,6 +55,19 @@ export class AppMenuComponent implements OnInit {
|
||||
{label: 'Misc', icon: 'pi pi-fw pi-circle-off', routerLink: ['/uikit/misc']}
|
||||
]
|
||||
},
|
||||
{
|
||||
label:'UI Blocks',
|
||||
items:[
|
||||
{label: 'Free Blocks', icon: 'pi pi-fw pi-eye', routerLink: ['/blocks'],
|
||||
badge:'NEW'},
|
||||
{label: 'All Blocks', icon: 'pi pi-fw pi-globe', url: ['https://www.primefaces.org/primeblocks-ng/#/']},
|
||||
]
|
||||
},
|
||||
{label:'Icons',
|
||||
items:[
|
||||
{label: 'PrimeIcons', icon: 'pi pi-fw pi-prime', routerLink: ['/icons']},
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Pages',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user