mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
feat(search): add animated search-field (#1)
This commit is contained in:
parent
a3dede33cf
commit
ea94441c8d
7 changed files with 119 additions and 5 deletions
|
|
@ -30,9 +30,13 @@ export const menuItems: List<NgaMenuItem> = List([{
|
|||
title: 'Typography',
|
||||
link: '/pages/ui-features/typography',
|
||||
}, {
|
||||
title: 'Tabs',
|
||||
link: '/pages/ui-features/tabs',
|
||||
}]),
|
||||
title: 'Animated Searches',
|
||||
link: '/pages/ui-features/search-fields',
|
||||
},
|
||||
{
|
||||
title: 'Tabs',
|
||||
link: '/pages/ui-features/tabs',
|
||||
}]),
|
||||
}, {
|
||||
title: 'Components',
|
||||
icon: 'ion ion-ios-gear-outline',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue