feat(search): add animated search-field (#1)

This commit is contained in:
mishkolesnikov 2017-05-19 19:45:42 +03:00 committed by Lex Zhukov
parent a3dede33cf
commit ea94441c8d
7 changed files with 119 additions and 5 deletions

View file

@ -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',