feat(forms): add a form layouts page (#5)

This commit is contained in:
Lex Zhukov 2017-07-07 15:09:01 +03:00 committed by GitHub
parent 33a21d559b
commit 4a9685eada
4 changed files with 228 additions and 0 deletions

View file

@ -89,6 +89,9 @@ 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',