mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
feat(forms): add the input examples
This commit is contained in:
parent
cb715c6799
commit
b4b32a3577
9 changed files with 240 additions and 485 deletions
|
|
@ -33,7 +33,7 @@ export const menuItems: List<NgaMenuItem> = List([{
|
|||
}, {
|
||||
title: 'Animated Searches',
|
||||
link: '/pages/ui-features/search-fields',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'Tabs',
|
||||
link: '/pages/ui-features/tabs',
|
||||
|
|
@ -89,9 +89,6 @@ export const menuItems: List<NgaMenuItem> = List([{
|
|||
children: List<NgaMenuItem>([{
|
||||
title: 'Form Inputs',
|
||||
link: '/pages/forms/inputs',
|
||||
}, {
|
||||
title: 'Form Layouts',
|
||||
link: '/pages/forms/layouts',
|
||||
}]),
|
||||
}, {
|
||||
title: 'Tables',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue