feat(ui-features): add the tabs component

This commit is contained in:
Alexander Zhukov 2017-05-11 15:05:04 +03:00
parent ada9ac9c1d
commit 78e376bb5a
16 changed files with 90 additions and 28 deletions

View file

@ -29,6 +29,9 @@ export const menuItems: List<NgaMenuItem> = List([{
}, {
title: 'Typography',
link: '/pages/ui-features/typography',
}, {
title: 'Tabs',
link: '/pages/ui-features/tabs',
}]),
}, {
title: 'Components',