forms basic components

This commit is contained in:
nixa 2016-05-13 11:01:25 +03:00
parent b674d83552
commit fcd27874d2
12 changed files with 248 additions and 0 deletions

View file

@ -82,6 +82,24 @@ export class SidebarService {
},
]
},
{
title: 'Form Elements',
name: 'Forms',
icon: 'ion-compose',
selected: false,
expanded: false,
order: 500,
subMenu: [
{
title: 'Form Inputs',
name: 'Inputs',
},
{
title: 'Form Elements',
name: 'Layouts',
},
]
},
{
title: 'Menu Level 1',
icon: 'ion-ios-more',